Class SimpleTweenAnimator
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Simple Tween Animator class for handling basic tween animations.
public class SimpleTweenAnimator : TweenAnimator, ITweenAnimator
- Inheritance
-
objectObjectComponentBehaviourMonoBehaviourSimpleTweenAnimator
- Implements
- Inherited Members
Properties
TweenParameters
Gets the tween parameters.
public TweenParameters TweenParameters { get; }
Property Value
Methods
OnDisable()
protected override void OnDisable()
Play()
public void Play()
Play(Action)
Plays the tween animation.
public override void Play(Action onComplete = null)
Parameters
onCompleteActionAction to be called on completion.
Reset()
public void Reset()
Stop()
Stops the tween animation.
public override void Stop()