Billboard behavior

The Billboard behavior automatically rotates an object to point towards the camera. It is generally used with the 3D camera object, and is often useful with 2D objects like Sprite to make them always appear flat against the camera with a 3D view.

There are alternative ways to achieve a billboard-style appearance without using this behavior. See the Billboard styles example for a demonstration.

Scripting

When using JavaScript or TypeScript coding, the features of this behavior can be accessed via the IBillboardBehaviorInstance script interface.

Billboard properties

Offset X
Offset Y
Offset Z
Additional 3D rotation in degrees to apply around the X, Y and Z axes after orienting the object directly towards the camera.
Enabled
Whether the behavior is initially enabled. When disabled, it will not alter the object's orientation.

Billboard conditions

Is enabled
True if the behavior is currently enabled.

Billboard actions

Set enabled
Set whether the behavior is currently enabled.
Set offset
Set the offset X/Y/Z properties.

Billboard expressions

OffsetX
OffsetY
OffsetZ
Return the corresponding behavior properties.
Construct Animate Manual 2026-07-22