Geometry
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Color | ||
Corners | |||
Filled | |||
HalfExtents | |||
OnTop | |||
Position | |||
Rotation | |||
ViewAligned | |||
ViewScaled | |||
ViewScaleOffset |
Properties
Color : real4
var Color : Real4
Corners : boolean
var Corners : Boolean
Filled : boolean
var Filled : Boolean
HalfExtents : real3
var HalfExtents : Real3
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
DebugObb : Void
constructor
Name Type Description function DebugObb()
DebugObb : Void
constructor
Name Type Description aabb aabb function DebugObb(aabb : Aabb)
DebugObb : Void
constructor
Name Type Description position real3 halfExtents real function DebugObb(position : Real3, halfExtents : Real)
DebugObb : Void
constructor
Name Type Description position real3 halfExtents real rotation quaternion function DebugObb(position : Real3, halfExtents : Real, rotation : Quaternion)
DebugObb : Void
constructor
Name Type Description position real3 halfExtents real3 function DebugObb(position : Real3, halfExtents : Real3)
DebugObb : Void
constructor
Name Type Description position real3 halfExtents real3 rotation quaternion function DebugObb(position : Real3, halfExtents : Real3, rotation : Quaternion)
DebugObb : Void
constructor
Name Type Description position real3 halfExtents real3 rotation real3x3 function DebugObb(position : Real3, halfExtents : Real3, rotation : Real3x3)