Click or drag to resize
RotationAnimator Constructor (BaseAnimatorProperties, Vector3, Single)
Create the rotation animator.

Namespace:  GeonBit.ECS.Components.Particles.Animators
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RotationAnimator(
	BaseAnimatorProperties properties,
	Vector3 rotationDirection,
	float speed = 1f
)

Parameters

properties
Type: GeonBit.ECS.Components.Particles.AnimatorsBaseAnimatorProperties
Base animator properties.
rotationDirection
Type: Vector3
Base rotation direction vector.
speed (Optional)
Type: SystemSingle
Rotation speed.
See Also