Class MoveByInputMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Rigidbodies
Moves the charater using the inputs.
public class MoveByInputMotion : AbstractFloatSpeedMotion<Rigidbody>, IEchoMotion, IMotion
- Inheritance
-
AbstractEchoMotion<Rigidbody>AbstractFloatSpeedMotion<Rigidbody>MoveByInputMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
MoveByInputMotion(Rigidbody, float)
public MoveByInputMotion(Rigidbody item, float speed = 1)
Parameters
item
Rigidbodyspeed
float
Methods
OnUpdate(float)
public override void OnUpdate(float deltaTime)
Parameters
deltaTime
float