#[repr(C)]pub struct Mesh_MeshDataArray {}Expand description
Implementations§
Source§impl Mesh_MeshDataArray
impl Mesh_MeshDataArray
Sourcepub fn apply_to_mesh_impl(
mesh: impl Into<Mesh>,
data: impl Into<IntPtr>,
flags: impl Into<MeshUpdateFlags>,
)
pub fn apply_to_mesh_impl( mesh: impl Into<Mesh>, data: impl Into<IntPtr>, flags: impl Into<MeshUpdateFlags>, )
ApplyToMeshImpl(crate::unity_engine::mesh::Mesh, ::unity::IntPtr, crate::unity_engine::rendering::meshupdateflags::MeshUpdateFlags) overload
Source§impl Mesh_MeshDataArray
impl Mesh_MeshDataArray
Sourcepub fn get_length(&mut self) -> i32
pub fn get_length(&mut self) -> i32
get_Length() overload
Sourcepub fn apply_to_mesh_and_dispose(
&mut self,
mesh: impl Into<Mesh>,
flags: impl Into<MeshUpdateFlags>,
)
pub fn apply_to_mesh_and_dispose( &mut self, mesh: impl Into<Mesh>, flags: impl Into<MeshUpdateFlags>, )
ApplyToMeshAndDispose(crate::unity_engine::mesh::Mesh, crate::unity_engine::rendering::meshupdateflags::MeshUpdateFlags) overload
Sourcepub fn apply_to_meshes_and_dispose(
&mut self,
meshes: impl Into<Array<Mesh>>,
flags: impl Into<MeshUpdateFlags>,
)
pub fn apply_to_meshes_and_dispose( &mut self, meshes: impl Into<Array<Mesh>>, flags: impl Into<MeshUpdateFlags>, )
ApplyToMeshesAndDispose(::unity::Array<crate::unity_engine::mesh::Mesh>, crate::unity_engine::rendering::meshupdateflags::MeshUpdateFlags) overload
Sourcepub fn ctor(&mut self, mesh: impl Into<Mesh>, check_read_write: impl Into<bool>)
pub fn ctor(&mut self, mesh: impl Into<Mesh>, check_read_write: impl Into<bool>)
.ctor(crate::unity_engine::mesh::Mesh, bool) overload
Source§impl Mesh_MeshDataArray
impl Mesh_MeshDataArray
pub fn apply_to_mesh_impl_method_info() -> &'static MethodInfo
pub fn get_length_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn apply_to_mesh_and_dispose_method_info() -> &'static MethodInfo
pub fn apply_to_meshes_and_dispose_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn ctor_3_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for Mesh_MeshDataArray
impl ClassIdentity for Mesh_MeshDataArray
Source§impl Clone for Mesh_MeshDataArray
impl Clone for Mesh_MeshDataArray
Source§fn clone(&self) -> Mesh_MeshDataArray
fn clone(&self) -> Mesh_MeshDataArray
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 Mesh_MeshDataArray
Auto Trait Implementations§
impl Freeze for Mesh_MeshDataArray
impl RefUnwindSafe for Mesh_MeshDataArray
impl Send for Mesh_MeshDataArray
impl Sync for Mesh_MeshDataArray
impl Unpin for Mesh_MeshDataArray
impl UnwindSafe for Mesh_MeshDataArray
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)