SCNProgramDelegate_Extensions.UnbindValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UnbindValue (this SceneKit.ISCNProgramDelegate This, SceneKit.SCNProgram program, string symbol, uint location, uint programID, SceneKit.SCNRenderer renderer);
static member UnbindValue : SceneKit.ISCNProgramDelegate * SceneKit.SCNProgram * string * uint32 * uint32 * SceneKit.SCNRenderer -> unit
Parameters
- This
- ISCNProgramDelegate
- program
- SCNProgram
- symbol
- String
- location
- UInt32
- programID
- UInt32
- renderer
- SCNRenderer
- Attributes