Class DebugMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo
Logs tracing data on certain events using the name provided to help with debugging.
public class DebugMotion : AbstractEchoMotion, IEchoMotion, IMotion
- Inheritance
-
DebugMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
DebugMotion(string)
public DebugMotion(string name)
Parameters
name
string
Methods
OnComplete()
public override void OnComplete()
OnLoopComplete()
public override void OnLoopComplete()
OnStart()
public override void OnStart()
OnUpdate(float)
public override void OnUpdate(float t)
Parameters
t
float