TopDown Engine  v3.6
MoreMountains.TopDownEngine.TopDownCharacterAnimationParameter Struct Reference

A struct used to store character animation parameter definitions, to be used by the CharacterAnimationParametersInitializer class More...

Public Member Functions

 TopDownCharacterAnimationParameter (string name, AnimatorControllerParameterType type)
 

Public Attributes

string ParameterName
 the name of the parameter More...
 
AnimatorControllerParameterType ParameterType
 the type of the parameter More...
 

Detailed Description

A struct used to store character animation parameter definitions, to be used by the CharacterAnimationParametersInitializer class

Constructor & Destructor Documentation

◆ TopDownCharacterAnimationParameter()

MoreMountains.TopDownEngine.TopDownCharacterAnimationParameter.TopDownCharacterAnimationParameter ( string  name,
AnimatorControllerParameterType  type 
)

Member Data Documentation

◆ ParameterName

string MoreMountains.TopDownEngine.TopDownCharacterAnimationParameter.ParameterName

the name of the parameter

◆ ParameterType

AnimatorControllerParameterType MoreMountains.TopDownEngine.TopDownCharacterAnimationParameter.ParameterType

the type of the parameter


The documentation for this struct was generated from the following file: