GKSceneRootNodeType

Trait GKSceneRootNodeType 

Source
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

Source§

const NAME: &'static str = "GKSceneRootNodeType"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn GKSceneRootNodeType

Implementations on Foreign Types§

Source§

impl GKSceneRootNodeType for SCNScene

Available on crate feature SceneKit_Additions only.
Source§

impl GKSceneRootNodeType for SKScene

Available on crate feature SpriteKit_Additions only.
Source§

impl<T> GKSceneRootNodeType for ProtocolObject<T>

Implementors§