SCNSceneRenderer_Extensions.GetNodesInsideFrustum 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.
Returns the nodes that are contained in the frustrum that is defined by the provided node.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static SceneKit.SCNNode[] GetNodesInsideFrustum (this SceneKit.ISCNSceneRenderer This, SceneKit.SCNNode pointOfView);
static member GetNodesInsideFrustum : SceneKit.ISCNSceneRenderer * SceneKit.SCNNode -> SceneKit.SCNNode[]
Parameters
- This
- ISCNSceneRenderer
The instance on which this extension method operates.
- pointOfView
- SCNNode
Returns
SCNNode[]
- Attributes