Cogito, ergo sum

UE2:CylinderBuilder (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> BrushBuilder >> CylinderBuilder
Package: 
Editor
This class in other games:
UT, UE2Runtime, UT2003, U2XMP, UT2004, UDK, UT3

CylinderBuilder: Builds a 3D cylinder brush.

Properties

Property group 'CylinderBuilder'

AlignToSide

Type: bool


Default value: True

GroupName

Type: name


Default value: 'Cylinder'

Height

Type: float


Default value: 256.0

Hollow

Type: bool


InnerRadius

Type: float


Default value: 384.0

OuterRadius

Type: float


Default value: 512.0

Sides

Type: int


Default value: 8

Default values

Property Value
BitmapFilename "BBCylinder"
ToolTip "Cylinder"

Functions

Events

Build

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions

BuildCylinder

function BuildCylinder (int Direction, bool AlignToSide, int Sides, float Height, float Radius)