Table of Contents

Class AnimationPreviewer

Namespace
Ceres.Gameplay.Animations
Assembly
Ceres.Gameplay.dll

MonoBehaviour to preview animation pose both in editor and play mode

public class AnimationPreviewer : MonoBehaviour
Inheritance
AnimationPreviewer

Constructors

AnimationPreviewer()

public AnimationPreviewer()

Fields

animationClip

public AnimationClip animationClip

Field Value

AnimationClip

animator

public Animator animator

Field Value

Animator

normalizedTime

public float normalizedTime

Field Value

float

Methods

IsPlaying()

public bool IsPlaying()

Returns

bool

Preview()

public void Preview()

SetTime(float)

public void SetTime(float time)

Parameters

time float

Stop()

public void Stop()