Geometry
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Constructor | Color | ||
| End | |||
| OnTop | |||
| Radius | |||
| Start | |||
| ViewAligned | |||
| ViewScaled | |||
| ViewScaleOffset |
Properties
Color : real4
var Color : Real4
End : real3
var End : Real3
OnTop : boolean
var OnTop : Boolean
Radius : real
var Radius : Real
Start : real3
var Start : Real3
ViewAligned : boolean
var ViewAligned : Boolean
ViewScaled : boolean
var ViewScaled : Boolean
ViewScaleOffset : real3
var ViewScaleOffset : Real3
Methods
DebugCylinder : Void
constructor
Name Type Description function DebugCylinder()
DebugCylinder : Void
constructor
Name Type Description start real3 end real3 radius real function DebugCylinder(start : Real3, end : Real3, radius : Real)
DebugCylinder : Void
constructor
Name Type Description position real3 axis real3 height real radius real function DebugCylinder(position : Real3, axis : Real3, height : Real, radius : Real)