I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:CubeBuilder (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> BrushBuilder >> CubeBuilder
Package: 
Editor
This class in other games:
UT, U2XMP, UE2Runtime, UT2003, UT2004, UDK, UT3

CubeBuilder: Builds a 3D cube brush.

Properties[edit]

Property group 'CubeBuilder'[edit]

Breadth[edit]

Type: float


Default value: 256.0

GroupName[edit]

Type: name


Default value: 'Cube'

Height[edit]

Type: float


Default value: 256.0

Hollow[edit]

Type: bool


Tessellated[edit]

Type: bool


WallThickness[edit]

Type: float


Default value: 16.0

Width[edit]

Type: float


Default value: 256.0

Default values[edit]

Property Value
BitmapFilename "BBCube"
ToolTip "Cube"

Functions[edit]

Events[edit]

Build[edit]

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions[edit]

BuildCube[edit]

function BuildCube (int Direction, float dx, float dy, float dz, bool _tessellated)