#[repr(C)]pub struct MeshGenerationResult {}Expand description
Implementations§
Source§impl MeshGenerationResult
impl MeshGenerationResult
Sourcepub fn get_mesh_id(&mut self) -> MeshId
pub fn get_mesh_id(&mut self) -> MeshId
get_MeshId() overload
Sourcepub fn get_mesh_collider(&mut self) -> MeshCollider
pub fn get_mesh_collider(&mut self) -> MeshCollider
get_MeshCollider() overload
Sourcepub fn get_status(&mut self) -> MeshGenerationStatus
pub fn get_status(&mut self) -> MeshGenerationStatus
get_Status() overload
Sourcepub fn get_attributes(&mut self) -> MeshVertexAttributes
pub fn get_attributes(&mut self) -> MeshVertexAttributes
get_Attributes() overload
Sourcepub fn equals(&mut self, obj: impl Into<Object>) -> bool
pub fn equals(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn equals_2(&mut self, other: impl Into<MeshGenerationResult>) -> bool
pub fn equals_2(&mut self, other: impl Into<MeshGenerationResult>) -> bool
Equals(crate::unity_engine::xr::meshgenerationresult::MeshGenerationResult) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl MeshGenerationResult
impl MeshGenerationResult
pub fn get_mesh_id_method_info() -> &'static MethodInfo
pub fn get_mesh_method_info() -> &'static MethodInfo
pub fn get_mesh_collider_method_info() -> &'static MethodInfo
pub fn get_status_method_info() -> &'static MethodInfo
pub fn get_attributes_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 MeshGenerationResult
impl ClassIdentity for MeshGenerationResult
Source§impl Clone for MeshGenerationResult
impl Clone for MeshGenerationResult
Source§fn clone(&self) -> MeshGenerationResult
fn clone(&self) -> MeshGenerationResult
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 MeshGenerationResult
Auto Trait Implementations§
impl Freeze for MeshGenerationResult
impl RefUnwindSafe for MeshGenerationResult
impl Send for MeshGenerationResult
impl Sync for MeshGenerationResult
impl Unpin for MeshGenerationResult
impl UnwindSafe for MeshGenerationResult
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)