SCNMaterial.ShaderModifiers Property

Definition

Gets or sets a dictionary of named GLSL code snippets that are used for customizing the shaders that are provided by SceneKit.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public SceneKit.SCNShaderModifiers ShaderModifiers { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)] set; }
member this.ShaderModifiers : SceneKit.SCNShaderModifiers with get, set

Property Value

Attributes

Applies to