#[repr(C)]pub struct ParticleSystem_ShapeModule {
pub m_particle_system: ParticleSystem,
}Expand description
Fields§
§m_particle_system: ParticleSystemImplementations§
Source§impl ParticleSystem_ShapeModule
impl ParticleSystem_ShapeModule
Sourcepub fn set_enabled_injected(
value: impl Into<bool>,
) -> ParticleSystem_ShapeModule
pub fn set_enabled_injected( value: impl Into<bool>, ) -> ParticleSystem_ShapeModule
set_enabled_Injected(*mutcrate::unity_engine::particlesystem::ParticleSystem_ShapeModule, bool) overload
Sourcepub fn set_shape_type_injected(
value: impl Into<ParticleSystemShapeType>,
) -> ParticleSystem_ShapeModule
pub fn set_shape_type_injected( value: impl Into<ParticleSystemShapeType>, ) -> ParticleSystem_ShapeModule
set_shapeType_Injected(*mutcrate::unity_engine::particlesystem::ParticleSystem_ShapeModule, crate::unity_engine::particlesystemshapetype::ParticleSystemShapeType) overload
Sourcepub fn get_skinned_mesh_renderer_injected() -> (SkinnedMeshRenderer, ParticleSystem_ShapeModule)
pub fn get_skinned_mesh_renderer_injected() -> (SkinnedMeshRenderer, ParticleSystem_ShapeModule)
get_skinnedMeshRenderer_Injected(*mutcrate::unity_engine::particlesystem::ParticleSystem_ShapeModule) overload
Sourcepub fn set_skinned_mesh_renderer_injected(
value: impl Into<SkinnedMeshRenderer>,
) -> ParticleSystem_ShapeModule
pub fn set_skinned_mesh_renderer_injected( value: impl Into<SkinnedMeshRenderer>, ) -> ParticleSystem_ShapeModule
set_skinnedMeshRenderer_Injected(*mutcrate::unity_engine::particlesystem::ParticleSystem_ShapeModule, crate::unity_engine::skinnedmeshrenderer::SkinnedMeshRenderer) overload
Source§impl ParticleSystem_ShapeModule
impl ParticleSystem_ShapeModule
Sourcepub fn ctor(&mut self, particle_system: impl Into<ParticleSystem>)
pub fn ctor(&mut self, particle_system: impl Into<ParticleSystem>)
.ctor(crate::unity_engine::particlesystem::ParticleSystem) overload
Sourcepub fn set_enabled(&mut self, value: impl Into<bool>)
pub fn set_enabled(&mut self, value: impl Into<bool>)
set_enabled(bool) overload
Sourcepub fn set_shape_type(&mut self, value: impl Into<ParticleSystemShapeType>)
pub fn set_shape_type(&mut self, value: impl Into<ParticleSystemShapeType>)
set_shapeType(crate::unity_engine::particlesystemshapetype::ParticleSystemShapeType) overload
Sourcepub fn get_skinned_mesh_renderer(&mut self) -> SkinnedMeshRenderer
pub fn get_skinned_mesh_renderer(&mut self) -> SkinnedMeshRenderer
get_skinnedMeshRenderer() overload
Sourcepub fn set_skinned_mesh_renderer(
&mut self,
value: impl Into<SkinnedMeshRenderer>,
)
pub fn set_skinned_mesh_renderer( &mut self, value: impl Into<SkinnedMeshRenderer>, )
set_skinnedMeshRenderer(crate::unity_engine::skinnedmeshrenderer::SkinnedMeshRenderer) overload
Source§impl ParticleSystem_ShapeModule
impl ParticleSystem_ShapeModule
pub fn ctor_method_info() -> &'static MethodInfo
pub fn set_enabled_method_info() -> &'static MethodInfo
pub fn set_shape_type_method_info() -> &'static MethodInfo
pub fn get_skinned_mesh_renderer_method_info() -> &'static MethodInfo
pub fn set_skinned_mesh_renderer_method_info() -> &'static MethodInfo
pub fn set_enabled_injected_method_info() -> &'static MethodInfo
pub fn set_shape_type_injected_method_info() -> &'static MethodInfo
pub fn get_skinned_mesh_renderer_injected_method_info() -> &'static MethodInfo
pub fn set_skinned_mesh_renderer_injected_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ParticleSystem_ShapeModule
impl Clone for ParticleSystem_ShapeModule
Source§fn clone(&self) -> ParticleSystem_ShapeModule
fn clone(&self) -> ParticleSystem_ShapeModule
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for ParticleSystem_ShapeModule
Auto Trait Implementations§
impl Freeze for ParticleSystem_ShapeModule
impl RefUnwindSafe for ParticleSystem_ShapeModule
impl !Send for ParticleSystem_ShapeModule
impl !Sync for ParticleSystem_ShapeModule
impl Unpin for ParticleSystem_ShapeModule
impl UnwindSafe for ParticleSystem_ShapeModule
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
§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)
clone_to_uninit)