Class DummyHideAnimation
- Namespace
- TMPEffects.TMPAnimations.HideAnimations
public class DummyHideAnimation : TMPHideAnimation, ITMPAnimation, ITMPParameterValidator, INotifyObjectChanged- Inheritance
- 
      
      
      DummyHideAnimation
- Implements
- Inherited Members
Methods
Animate(CharData, IAnimationContext)
Animate the given character.
public override void Animate(CharData cData, IAnimationContext context)Parameters
- cDataCharData
- Data about the character. 
- contextIAnimationContext
- Data about the animator. 
GetNewCustomData()
Get a new custom data object for this animation.
public override object GetNewCustomData()Returns
- object
- The custom data object for this animation. 
SetParameters(object, IDictionary<string, string>, ITMPKeywordDatabase)
Set the parameters for the animation.
public override void SetParameters(object customData, IDictionary<string, string> parameters, ITMPKeywordDatabase keywordDatabase)Parameters
- customDataobject
- The custom data for this animation. 
- parametersIDictionary<string, string>
- Parameters as key-value-pairs. 
- keywordDatabaseITMPKeywordDatabase
- The keyword database used for parsing the parameter values. 
ValidateParameters(IDictionary<string, string>, ITMPKeywordDatabase)
Validate the given parameters.
public override bool ValidateParameters(IDictionary<string, string> parameters, ITMPKeywordDatabase keywordDatabase)Parameters
- parametersIDictionary<string, string>
- The parameters as key-value pairs 
- keywordDatabaseITMPKeywordDatabase
- The keyword database used for parsing the parameter values 
Returns
- bool
- true if the parameters were successfully validated; false otherwise.