Mostly Harmless
UE2:Brush (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ECsgOper (U2XMP))
Contents |
- Package:
- Engine
- Direct subclass:
- Volume
- This class in other games:
- RTNP, U1, U2, UDK, UE2Runtime, UT, UT2003, UT2004, UT3
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
The brush class. This is a built-in Unreal class and it shouldn't be modified.
[edit] Properties
[edit] Property group 'Brush'
[edit] bColored
Type: bool
[edit] BrushColor
Type: Object.Color
[edit] CsgOper
Type: ECsgOper
[edit] PolyFlags
Type: int
[edit] Internal variables
[edit] MainScale
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
[edit] PostPivot
Type: Object.Vector
[edit] PostScale
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
[edit] TempScale
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
[edit] UnusedLightMesh
Type: Object
Modifiers: const
[edit] Default values
| Property | Value |
|---|---|
| bEdShouldSnap | True |
| bFixedRotationDir | True |
| bHidden | True |
| bNoDelete | True |
| bStatic | True |
| DrawType | DT_Brush |
[edit] Enums
[edit] ECsgOper
- CSG_Active
- Active brush.
- CSG_Add
- Add to world.
- CSG_Subtract
- Subtract from world.
- CSG_Intersect
- Form from intersection with world.
- CSG_Deintersect
- Form from negative intersection with world.
