Loading...
Searching...
No Matches
AdventureCore.IAnimationPreview Interface Reference

Public Member Functions

void Play ()
 
void Continue ()
 
void Pause ()
 
void Stop ()
 
void Update ()
 
void SetTrigger (string name)
 
void SetBool (string name, bool value)
 
void SetInt (string name, int value)
 
void SetFloat (string name, float value)
 
void SetState (string name)
 
void SetTrigger (int id)
 
void SetBool (int id, bool value)
 
void SetInt (int id, int value)
 
void SetFloat (int id, float value)
 
void SetState (int id)