SCNCameraControllerDelegate

Trait SCNCameraControllerDelegate 

Source
pub unsafe trait SCNCameraControllerDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn cameraInertiaWillStartForController(
        &self,
        camera_controller: &SCNCameraController,
    )
       where Self: Sized + Message { ... }
    unsafe fn cameraInertiaDidEndForController(
        &self,
        camera_controller: &SCNCameraController,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature SCNCameraController only.
Expand description

Provided Methods§

Source

unsafe fn cameraInertiaWillStartForController( &self, camera_controller: &SCNCameraController, )
where Self: Sized + Message,

Source

unsafe fn cameraInertiaDidEndForController( &self, camera_controller: &SCNCameraController, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn SCNCameraControllerDelegate

Source§

const NAME: &'static str = "SCNCameraControllerDelegate"

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 SCNCameraControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> SCNCameraControllerDelegate for ProtocolObject<T>

Implementors§