Class MouthAnimatorBase<T>
Generic version of the MouthAnimatorBase class to be used with a specific FT_FrameBase type.
public abstract class MouthAnimatorBase<T> : MouthAnimatorBase where T : FT_FrameBase
Type Parameters
T
Frame type to be used by this MouthAnimator. Must be able to cast to FT_FrameBase
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourMouthAnimatorBase<T>
- Derived
- Inherited Members
Methods
SetMouthCollection(FT_FrameCollectionBase)
Sets mouth collection for this mouth animator. Non-generic wrapper for SetMouthCollection(FT_FrameCollectionBase<T>)
public override void SetMouthCollection(FT_FrameCollectionBase collection)
Parameters
collection
FT_FrameCollectionBase
SetMouthCollection(FT_FrameCollectionBase<T>)
Sets mouth collection for this mouth animator.
public abstract void SetMouthCollection(FT_FrameCollectionBase<T> collection)
Parameters
collection
FT_FrameCollectionBase<T>