Share via


SCNBillboardAxis Enum

Definition

Enumeration of axes' locks available to nodes constrained by SCNBillboardConstraint.

[ObjCRuntime.Native]
public enum SCNBillboardAxis
[<ObjCRuntime.Native>]
type SCNBillboardAxis = 
Inheritance
SCNBillboardAxis
Attributes

Fields

Name Value Description
X 1

Allow the billboard to rotate about the X axis.

Y 2

Allow the billboard to rotate about the Y axis.

Z 4

Allow the billboard to rotate about the Z axis.

All 7

Align the billboard with the view.

Applies to