Struct three_d::renderer::object::ParticleData [−][src]
Expand description
Used to define the initial position and velocity of a particle in Particles.
Fields
start_position: Vec3
Initial position of the particle.
start_velocity: Vec3
Initial velocity of the particle.
Auto Trait Implementations
impl RefUnwindSafe for ParticleData
impl Send for ParticleData
impl Sync for ParticleData
impl Unpin for ParticleData
impl UnwindSafe for ParticleData
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more