SKAttributeType Enum

Definition

Enumeration of valid types for SKAttribute values.

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

Fields

Float 1
HalfFloat 5
None 0
VectorFloat2 2
VectorFloat3 3
VectorFloat4 4
VectorHalfFloat2 6
VectorHalfFloat3 7
VectorHalfFloat4 8

Applies to