Table of Contents

Class DebugMotion

Logs tracing data on certain events using the name provided to help with debugging.

public class DebugMotion : AbstractTweenMotion, ITweenMotion, 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