Interface IAnimatorHost
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IAnimatorHost
Properties
Animators
AnimatorList Animators { get; }
Property Value
- AnimatorList
Methods
GetComponent(Type)
Component GetComponent(Type type)
Parameters
type Type
Returns
- Component
OnAnimatorCollectionChanged()
void OnAnimatorCollectionChanged()
OnTrigger(string, object, double)
void OnTrigger(string property, object value, double animationTimeCorrection = 0)
Parameters
property string
value object
animationTimeCorrection double