#[repr(C)]pub struct CombineInstance {
pub m_mesh_instance_id: i32,
pub m_sub_mesh_index: i32,
pub m_transform: Matrix4x4,
pub m_lightmap_scale_offset: Vector4,
pub m_realtime_lightmap_scale_offset: Vector4,
}Expand description
Fields§
§m_mesh_instance_id: i32§m_sub_mesh_index: i32§m_transform: Matrix4x4§m_lightmap_scale_offset: Vector4§m_realtime_lightmap_scale_offset: Vector4Trait Implementations§
Source§impl ClassIdentity for CombineInstance
impl ClassIdentity for CombineInstance
Source§impl Clone for CombineInstance
impl Clone for CombineInstance
Source§fn clone(&self) -> CombineInstance
fn clone(&self) -> CombineInstance
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 CombineInstance
Auto Trait Implementations§
impl Freeze for CombineInstance
impl RefUnwindSafe for CombineInstance
impl Send for CombineInstance
impl Sync for CombineInstance
impl Unpin for CombineInstance
impl UnwindSafe for CombineInstance
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)