#[repr(C)]pub struct VisibleReflectionProbe {
pub m_bounds: Bounds,
pub m_local_to_world_matrix: Matrix4x4,
pub m_hdr_data: Vector4,
pub m_center: Vector3,
pub m_blend_distance: f32,
pub m_importance: i32,
pub m_box_projection: i32,
pub m_instance_id: i32,
pub m_texture_id: i32,
}Expand description
Fields§
§m_bounds: Bounds§m_local_to_world_matrix: Matrix4x4§m_hdr_data: Vector4§m_center: Vector3§m_blend_distance: f32§m_importance: i32§m_box_projection: i32§m_instance_id: i32§m_texture_id: i32Implementations§
Source§impl VisibleReflectionProbe
impl VisibleReflectionProbe
Sourcepub fn equals(&mut self, other: impl Into<VisibleReflectionProbe>) -> bool
pub fn equals(&mut self, other: impl Into<VisibleReflectionProbe>) -> bool
Equals(crate::unity_engine::rendering::visiblereflectionprobe::VisibleReflectionProbe) 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 VisibleReflectionProbe
impl VisibleReflectionProbe
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 Clone for VisibleReflectionProbe
impl Clone for VisibleReflectionProbe
Source§fn clone(&self) -> VisibleReflectionProbe
fn clone(&self) -> VisibleReflectionProbe
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 VisibleReflectionProbe
Auto Trait Implementations§
impl Freeze for VisibleReflectionProbe
impl RefUnwindSafe for VisibleReflectionProbe
impl Send for VisibleReflectionProbe
impl Sync for VisibleReflectionProbe
impl Unpin for VisibleReflectionProbe
impl UnwindSafe for VisibleReflectionProbe
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)