Class RotateAroundVectorMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Transforms
Lerps the given value and applies it to Transform.RotateAround(Vector3, Vector3, float).
public class RotateAroundVectorMotion : AbstractEchoMotion<Transform>, IEchoMotion, IMotion
- Inheritance
-
AbstractEchoMotion<Transform>RotateAroundVectorMotion
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
RotateAroundVectorMotion(Transform, Vector3, Vector3, float)
public RotateAroundVectorMotion(Transform item, Vector3 point, Vector3 axis, float speed)
Parameters
item
Transformpoint
Vector3axis
Vector3speed
float
Fields
point
protected Vector3 point
Field Value
- Vector3
Methods
OnUpdate(float)
public override void OnUpdate(float t)
Parameters
t
float