Compartir a través de


SCNView.IsNodeInsideFrustum(SCNNode, SCNNode) Método

Definición

Devuelve un valor que indica si el nodo especificado está dentro del frustum de visualización definido por la escena y el punto de vista especificado.

[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.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsNodeInsideFrustum (SceneKit.SCNNode node, SceneKit.SCNNode pointOfView);
[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.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, 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

Parámetros

node
SCNNode
pointOfView
SCNNode

Devoluciones

Implementaciones

Atributos

Se aplica a