SCNNode.EnumerateHierarchy(SCNNodeHandler) Méthode

Définition

Exécute de manière récursive le fourni handler sur ce nœud et sur chacun des descendants de ce nœud.

[Foundation.Export("enumerateHierarchyUsingBlock:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EnumerateHierarchy (SceneKit.SCNNodeHandler handler);
abstract member EnumerateHierarchy : SceneKit.SCNNodeHandler -> unit
override this.EnumerateHierarchy : SceneKit.SCNNodeHandler -> unit

Paramètres

handler
SCNNodeHandler
Attributs

S’applique à