| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- Editor.BrushBuilder
ConeBuilder, CubeBuilder, CurvedStairBuilder, CylinderBuilder, LinearStairBuilder, SheetBuilder, SpiralStairBuilder, TerrainBuilder, TetrahedronBuilder, VolumetricBuilder
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| name | Group |
| bool | MergeCoplanars |
| array<BuilderPoly> | Polys |
| array<vector> | Vertices |
| BrushBuilder | |
| string | BitmapFilename |
| string | ToolTip |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[7], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Core.Object |
|---|
| EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
| Structures Summary | ||
|---|---|---|
| BuilderPoly VertexIndices, Direction, Item, PolyFlags | ||
| Inherited Structures from Core.Object |
|---|
| BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
| Functions Summary | ||
|---|---|---|
![]() | bool | BadParameters (optional string msg) |
![]() | BeginBrush (bool MergeCoplanars, name Group) | |
![]() | bool | Build () |
![]() | bool | EndBrush () |
![]() | int | GetPolyCount () |
![]() | vector | GetVertex (int i) |
![]() | int | GetVertexCount () |
![]() | Poly3i (int Direction, int i, int j, int k, optional name ItemName, optional int PolyFlags) | |
![]() | Poly4i (int Direction, int i, int j, int k, int l, optional name ItemName, optional int PolyFlags) | |
![]() | PolyBegin (int Direction, optional name ItemName, optional int PolyFlags) | |
![]() | PolyEnd () | |
![]() | Polyi (int i) | |
![]() | int | Vertex3f (float x, float y, float z) |
![]() | int | Vertexv (vector v) |
| Variables Detail |
|---|
| Structures Detail |
|---|
var int Direction;};
var name Item;
var int PolyFlags;
var array<int> VertexIndices;
| Functions Detail |
|---|
BadParameters Source code
BeginBrush Source code
Build Source code
EndBrush Source code
GetPolyCount Source code
GetVertex Source code
GetVertexCount Source code
Poly3i Source code
Poly4i Source code
PolyBegin Source code
PolyEnd Source code
Polyi Source code
Vertex3f Source code
Vertexv Source code| Defaultproperties |
|---|
defaultproperties
{
BitmapFilename="BBGeneric"
ToolTip="Generic Builder"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||