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

UE2:ConeBuilder (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> BrushBuilder >> ConeBuilder

Contents

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

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

[edit] Properties

[edit] Property group 'ConeBuilder'

[edit] AlignToSide

Type: bool


Default value: True

[edit] CapHeight

Type: float


Default value: 256.0

[edit] GroupName

Type: name


Default value: Cone

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

[edit] Functions

[edit] Events

[edit] Build

event bool Build ()

Overrides: BrushBuilder.Build


[edit] Other instance functions

[edit] BuildCone

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


Personal tools