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

UE2:ConeBuilder (U2XMP)

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

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

Properties

Property group 'ConeBuilder'

AlignToSide

Type: bool


Default value: True

CapHeight

Type: float


Default value: 256.0

GroupName

Type: name


Default value: Cone

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 "BBCone"
ToolTip "Cone"

Functions

Events

Build

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions

BuildCone

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