pub unsafe trait GKSceneRootNodeType: NSObjectProtocol { }Available on crate feature
GKScene only.Expand description
Protocol that specifies the type of objects that can be used as root nodes of a GKScene.
See: GKScene.rootNode
See also Apple’s documentation
Trait Implementations§
Source§impl ProtocolType for dyn GKSceneRootNodeType
impl ProtocolType for dyn GKSceneRootNodeType
impl<T> ImplementedBy<T> for dyn GKSceneRootNodeType
Implementations on Foreign Types§
impl GKSceneRootNodeType for SCNScene
Available on crate feature
SceneKit_Additions only.impl GKSceneRootNodeType for SKScene
Available on crate feature
SpriteKit_Additions only.