Gah - a solution with more questions. – EntropicLqd

UE1:ConeBuilder (UT)

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

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

ConeBuilder: Builds a 3D cone brush, compatible with cylinder of same size.

Properties[edit]

Property group 'ConeBuilder'[edit]

AlignToSide[edit]

Type: bool


Default value: True

CapHeight[edit]

Type: float


Default value: 256.0

GroupName[edit]

Type: name


Default value: 'Cone'

Height[edit]

Type: float


Default value: 256.0

Hollow[edit]

Type: bool


InnerRadius[edit]

Type: float


Default value: 384.0

OuterRadius[edit]

Type: float


Default value: 512.0

Sides[edit]

Type: int


Default value: 8

Default values[edit]

Property Value
BitmapFilename "BBCone"
ToolTip "Cone"

Functions[edit]

Events[edit]

Build[edit]

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions[edit]

BuildCone[edit]

function BuildCone (int Direction, bool AlignToSide, int Sides, float Height, float Radius, name Item)