Enum VisualShaderNodeBillboard.BillboardTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeBillboard.BillboardTypeEnum : long
Fields
Disabled = 0
Billboarding is disabled and the node does nothing.
Enabled = 1
A standard billboarding algorithm is enabled.
FixedY = 2
A billboarding algorithm to rotate around Y-axis is enabled.
Max = 4
Represents the size of the VisualShaderNodeBillboard.BillboardTypeEnum enum.
Particles = 3
A billboarding algorithm designed to use on particles is enabled.