Class CCMAnimationPreviewButtonHandler
public class CCMAnimationPreviewButtonHandler : MonoBehaviour
- Inheritance
-
Object
Component
Behaviour
MonoBehaviour
CCMAnimationPreviewButtonHandler
Properties
public string AnimationName { get; }
Property Value
- string
Methods
public virtual void ChangeAlpha(float alpha)
Parameters
alpha
float
public void ChangeAnimation()
public void DisableInteractivity()
public void EnableInteractivity()
public void Setup(string animationName, CCMCharacterPreviewHandler characterPreviewHandler)
Parameters
animationName
string
characterPreviewHandler
CCMCharacterPreviewHandler