Geometry
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Color | ||
Filled | |||
HalfExtents | |||
OnTop | |||
Position | |||
Rotation | |||
ViewAligned | |||
ViewScaled | |||
ViewScaleOffset |
Properties
Color : real4
var Color : Real4
Filled : boolean
var Filled : Boolean
HalfExtents : real2
var HalfExtents : Real2
OnTop : boolean
var OnTop : Boolean
Position : real3
var Position : Real3
Rotation : quaternion
var Rotation : Quaternion
ViewAligned : boolean
var ViewAligned : Boolean
ViewScaled : boolean
var ViewScaled : Boolean
ViewScaleOffset : real3
var ViewScaleOffset : Real3
Methods
DebugBox : Void
constructor
Name Type Description function DebugBox()
DebugBox : Void
constructor
Name Type Description aabb aabb function DebugBox(aabb : Aabb)
DebugBox : Void
constructor
Name Type Description position real3 halfExtents real function DebugBox(position : Real3, halfExtents : Real)
DebugBox : Void
constructor
Name Type Description position real3 halfExtents real rotation quaternion function DebugBox(position : Real3, halfExtents : Real, rotation : Quaternion)
DebugBox : Void
constructor
Name Type Description position real3 halfExtents real2 function DebugBox(position : Real3, halfExtents : Real2)
DebugBox : Void
constructor
Name Type Description position real3 halfExtents real2 rotation quaternion function DebugBox(position : Real3, halfExtents : Real2, rotation : Quaternion)