SCNBillboardAxis Enum

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNBillboardAxis
type SCNBillboardAxis = 
Inheritance
SCNBillboardAxis
Attributes

Fields

All 7

Align the billboard with the view.

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.

Applies to