BillboardBuilder Type
Builder for creating individual Billboard3D objects. Used via the billboard computation expression.
Example
billboard {
at (Vector3(0f, 1.5f, 0f))
size (Vector2(0.5f, 0.5f))
color Color.Yellow
}
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
|
Sets the world-space or parent-relative position of the billboard.
|
|
|
|
Sets the orientation mode (Spherical for full-facing, Cylindrical for axis-locked).
|
|
Sets a parent transform matrix. The billboard position will be transformed by this matrix.
|
|
|
|
|
|
|
|
|
|
|
Mibo