#[repr(C)]pub struct ParticleSystemVertexStream {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ParticleSystemVertexStream
impl ParticleSystemVertexStream
pub fn position() -> Self
pub fn normal() -> Self
pub fn tangent() -> Self
pub fn color() -> Self
pub fn uv() -> Self
pub fn uv2() -> Self
pub fn uv3() -> Self
pub fn uv4() -> Self
pub fn anim_blend() -> Self
pub fn anim_frame() -> Self
pub fn center() -> Self
pub fn vertex_id() -> Self
pub fn size_x() -> Self
pub fn size_xy() -> Self
pub fn size_xyz() -> Self
pub fn rotation() -> Self
pub fn rotation3_d() -> Self
pub fn rotation_speed() -> Self
pub fn rotation_speed3_d() -> Self
pub fn velocity() -> Self
pub fn speed() -> Self
pub fn age_percent() -> Self
pub fn inv_start_lifetime() -> Self
pub fn stable_random_x() -> Self
pub fn stable_random_xy() -> Self
pub fn stable_random_xyz() -> Self
pub fn stable_random_xyzw() -> Self
pub fn varying_random_x() -> Self
pub fn varying_random_xy() -> Self
pub fn varying_random_xyz() -> Self
pub fn varying_random_xyzw() -> Self
pub fn custom1_x() -> Self
pub fn custom1_xy() -> Self
pub fn custom1_xyz() -> Self
pub fn custom1_xyzw() -> Self
pub fn custom2_x() -> Self
pub fn custom2_xy() -> Self
pub fn custom2_xyz() -> Self
pub fn custom2_xyzw() -> Self
pub fn noise_sum_x() -> Self
pub fn noise_sum_xy() -> Self
pub fn noise_sum_xyz() -> Self
pub fn noise_impulse_x() -> Self
pub fn noise_impulse_xy() -> Self
pub fn noise_impulse_xyz() -> Self
pub fn mesh_index() -> Self
Trait Implementations§
Source§impl Clone for ParticleSystemVertexStream
impl Clone for ParticleSystemVertexStream
Source§fn clone(&self) -> ParticleSystemVertexStream
fn clone(&self) -> ParticleSystemVertexStream
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 moreSource§impl Debug for ParticleSystemVertexStream
impl Debug for ParticleSystemVertexStream
Source§impl PartialEq for ParticleSystemVertexStream
impl PartialEq for ParticleSystemVertexStream
impl Copy for ParticleSystemVertexStream
impl Eq for ParticleSystemVertexStream
impl StructuralPartialEq for ParticleSystemVertexStream
Auto Trait Implementations§
impl Freeze for ParticleSystemVertexStream
impl RefUnwindSafe for ParticleSystemVertexStream
impl Send for ParticleSystemVertexStream
impl Sync for ParticleSystemVertexStream
impl Unpin for ParticleSystemVertexStream
impl UnwindSafe for ParticleSystemVertexStream
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)