SCNLayer.IsNodeInsideFrustum(SCNNode, SCNNode) Method

Definition

[Foundation.Export("isNodeInsideFrustum:withPointOfView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsNodeInsideFrustum (SceneKit.SCNNode node, SceneKit.SCNNode pointOfView);
abstract member IsNodeInsideFrustum : SceneKit.SCNNode * SceneKit.SCNNode -> bool
override this.IsNodeInsideFrustum : SceneKit.SCNNode * SceneKit.SCNNode -> bool

Parameters

node
SCNNode
pointOfView
SCNNode

Returns

Implements

Attributes

Applies to