Enum SpatialMaterial.BillboardMode

enum BillboardMode : int { ... }

Enum members

NameDescription
billboardDisabled Billboard mode is disabled.
billboardEnabled The object's Z axis will always face the camera.
billboardFixedY The object's X axis will always face the camera.
billboardParticles Used for particle systems when assigned to Particles and CPUParticles nodes. Enables particles_anim_* properties. The ParticlesMaterial.animSpeed or CPUParticles.animSpeed should also be set to a positive value for the animation to play.