pub unsafe trait SCNCameraControlConfiguration: NSObjectProtocol {
// Provided methods
unsafe fn autoSwitchToFreeCamera(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn setAutoSwitchToFreeCamera(&self, auto_switch_to_free_camera: bool)
where Self: Sized + Message { ... }
unsafe fn allowsTranslation(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn setAllowsTranslation(&self, allows_translation: bool)
where Self: Sized + Message { ... }
unsafe fn flyModeVelocity(&self) -> CGFloat
where Self: Sized + Message { ... }
unsafe fn setFlyModeVelocity(&self, fly_mode_velocity: CGFloat)
where Self: Sized + Message { ... }
unsafe fn panSensitivity(&self) -> CGFloat
where Self: Sized + Message { ... }
unsafe fn setPanSensitivity(&self, pan_sensitivity: CGFloat)
where Self: Sized + Message { ... }
unsafe fn truckSensitivity(&self) -> CGFloat
where Self: Sized + Message { ... }
unsafe fn setTruckSensitivity(&self, truck_sensitivity: CGFloat)
where Self: Sized + Message { ... }
unsafe fn rotationSensitivity(&self) -> CGFloat
where Self: Sized + Message { ... }
unsafe fn setRotationSensitivity(&self, rotation_sensitivity: CGFloat)
where Self: Sized + Message { ... }
}Available on crate feature
SCNView only.Expand description
Provided Methods§
unsafe fn autoSwitchToFreeCamera(&self) -> bool
Sourceunsafe fn setAutoSwitchToFreeCamera(&self, auto_switch_to_free_camera: bool)
unsafe fn setAutoSwitchToFreeCamera(&self, auto_switch_to_free_camera: bool)
Setter for autoSwitchToFreeCamera.
unsafe fn allowsTranslation(&self) -> bool
Sourceunsafe fn setAllowsTranslation(&self, allows_translation: bool)
unsafe fn setAllowsTranslation(&self, allows_translation: bool)
Setter for allowsTranslation.
unsafe fn flyModeVelocity(&self) -> CGFloat
Available on crate feature
objc2-core-foundation only.Sourceunsafe fn setFlyModeVelocity(&self, fly_mode_velocity: CGFloat)
Available on crate feature objc2-core-foundation only.
unsafe fn setFlyModeVelocity(&self, fly_mode_velocity: CGFloat)
objc2-core-foundation only.Setter for flyModeVelocity.
unsafe fn panSensitivity(&self) -> CGFloat
Available on crate feature
objc2-core-foundation only.Sourceunsafe fn setPanSensitivity(&self, pan_sensitivity: CGFloat)
Available on crate feature objc2-core-foundation only.
unsafe fn setPanSensitivity(&self, pan_sensitivity: CGFloat)
objc2-core-foundation only.Setter for panSensitivity.
unsafe fn truckSensitivity(&self) -> CGFloat
Available on crate feature
objc2-core-foundation only.Sourceunsafe fn setTruckSensitivity(&self, truck_sensitivity: CGFloat)
Available on crate feature objc2-core-foundation only.
unsafe fn setTruckSensitivity(&self, truck_sensitivity: CGFloat)
objc2-core-foundation only.Setter for truckSensitivity.
unsafe fn rotationSensitivity(&self) -> CGFloat
Available on crate feature
objc2-core-foundation only.Sourceunsafe fn setRotationSensitivity(&self, rotation_sensitivity: CGFloat)
Available on crate feature objc2-core-foundation only.
unsafe fn setRotationSensitivity(&self, rotation_sensitivity: CGFloat)
objc2-core-foundation only.Setter for rotationSensitivity.