#[repr(C)]pub struct CameraProperties {}Expand description
Implementations§
Source§impl CameraProperties
impl CameraProperties
Sourcepub fn get_shadow_culling_plane(&mut self, index: impl Into<i32>) -> Plane
pub fn get_shadow_culling_plane(&mut self, index: impl Into<i32>) -> Plane
GetShadowCullingPlane(i32) overload
Sourcepub fn get_camera_culling_plane(&mut self, index: impl Into<i32>) -> Plane
pub fn get_camera_culling_plane(&mut self, index: impl Into<i32>) -> Plane
GetCameraCullingPlane(i32) overload
Sourcepub fn equals(&mut self, other: impl Into<CameraProperties>) -> bool
pub fn equals(&mut self, other: impl Into<CameraProperties>) -> bool
Equals(crate::unity_engine::rendering::cameraproperties::CameraProperties) overload
Sourcepub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
pub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl CameraProperties
impl CameraProperties
pub fn get_shadow_culling_plane_method_info() -> &'static MethodInfo
pub fn get_camera_culling_plane_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for CameraProperties
impl ClassIdentity for CameraProperties
Source§impl Clone for CameraProperties
impl Clone for CameraProperties
Source§fn clone(&self) -> CameraProperties
fn clone(&self) -> CameraProperties
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CameraProperties
Auto Trait Implementations§
impl Freeze for CameraProperties
impl RefUnwindSafe for CameraProperties
impl Send for CameraProperties
impl Sync for CameraProperties
impl Unpin for CameraProperties
impl UnwindSafe for CameraProperties
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)