TopDown Engine v4.5
Loading...
Searching...
No Matches
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
AnimatorControllerParameterType ParameterType
 the type of the parameter

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: