The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:CylinderBuilder (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> BrushBuilder >> CylinderBuilder

Contents

Package: 
Editor
This class in other games:
U2, U2XMP, UDK, UE2Runtime, UT, UT2004, UT3

CylinderBuilder: Builds a 3D cylinder brush.

[edit] Properties

[edit] Property group 'CylinderBuilder'

[edit] AlignToSide

Type: bool


Default value: True

[edit] GroupName

Type: name


Default value: 'Cylinder'

[edit] Height

Type: float


Default value: 256.0

[edit] Hollow

Type: bool


[edit] InnerRadius

Type: float


Default value: 384.0

[edit] OuterRadius

Type: float


Default value: 512.0

[edit] Sides

Type: int


Default value: 8

[edit] Default values

Property Value
BitmapFilename "BBCylinder"
ToolTip "Cylinder"

[edit] Functions

[edit] Events

[edit] Build

event bool Build ()

Overrides: BrushBuilder.Build


[edit] Other instance functions

[edit] BuildCylinder

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


Personal tools