UpdaterSpeedToDirection Class
Namespace: Stride.Particles.ModulesAssembly: Stride.Particles.dll
The UpdaterSpeedToDirection calculates the particle's direction (not normalized) based on its delta position
Derived from UpdaterSpeedToDirection:
[DataContract("UpdaterSpeedToDirection")]
[Display("Direction from Speed", null)]
public class UpdaterSpeedToDirection : ParticleUpdater
Name | Description | |
---|---|---|
Constructors | ||
UpdaterSpeedToDirection() | ||
Properties | ||
IsPostUpdater | All updaters are called exactly once during each ParticleEmitter's update. Most updaters are called before spawning the new particles for the frame, but post updaters are called after that. |
|
Methods | ||
Update(Single, ParticlePool) |
Constructors
UpdaterSpeedToDirection()
public UpdaterSpeedToDirection()
Properties
IsPostUpdater
All updaters are called exactly once during each ParticleEmitter's update. Most updaters are called before spawning the new particles for the frame, but post updaters are called after that.
public override bool IsPostUpdater { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceMethods
Update(Single, ParticlePool)
public override void Update(float dt, ParticlePool pool)
Parameters
Type | Name | Description |
---|---|---|
System.Single | dt | |
ParticlePool | pool |