Click or drag to resize

SpatialMaterialBillboardMode Enumeration

[Missing <summary> documentation for "T:Godot.SpatialMaterial.BillboardMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum BillboardMode
Members
  Member nameValueDescription
Disabled0

Billboard mode is disabled.

Enabled1

The object's Z axis will always face the camera.

FixedY2

The object's X axis will always face the camera.

Particles3

Used for particle systems when assigned to Particles and CPUParticles nodes. Enables particles_anim_* properties.

The AnimSpeed or AnimSpeed should also be set to a positive value for the animation to play.

See Also