Click or drag to resize
MotionAnimatorAcceleration Property
A constant force that affect velocity over time.

Namespace:  GeonBit.ECS.Components.Particles.Animators
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<Vector3> Acceleration { get; }

Property Value

Type: NullableVector3
See Also