Geometry
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Constructor | Centered | ||
| Color | |||
| OnTop | |||
| Position | |||
| Rotation | |||
| Text | |||
| TextHeight | |||
| ViewAligned | |||
| ViewScaled | |||
| ViewScaleOffset |
Properties
Centered : boolean
var Centered : Boolean
Color : real4
var Color : Real4
OnTop : boolean
var OnTop : Boolean
Position : real3
var Position : Real3
Rotation : quaternion
var Rotation : Quaternion
Text : string
var Text : String
TextHeight : real
var TextHeight : Real
ViewAligned : boolean
var ViewAligned : Boolean
ViewScaled : boolean
var ViewScaled : Boolean
ViewScaleOffset : real3
var ViewScaleOffset : Real3
Methods
DebugText : Void
constructor
Name Type Description function DebugText()
DebugText : Void
constructor
Name Type Description position real3 textHeight real text string function DebugText(position : Real3, textHeight : Real, text : String)