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