SCNSceneRendererDelegate_Extensions.Update 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.
Developers may override this method to perform processing prior to any actions, animations, or physics simulations.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void Update (this SceneKit.ISCNSceneRendererDelegate This, SceneKit.ISCNSceneRenderer renderer, double timeInSeconds);
static member Update : SceneKit.ISCNSceneRendererDelegate * SceneKit.ISCNSceneRenderer * double -> unit
Parameters
The instance on which this extension method operates.
- renderer
- ISCNSceneRenderer
- timeInSeconds
- Double
- Attributes