C# Class UnityToolbag.AnimParamsAttribute

Inheritance: UnityEngine.PropertyAttribute
Afficher le fichier Open project: ChemiKhazi/UnityToolbag Class Usage Examples

Méthodes publiques

Свойство Type Description
animPath string
isConfig bool

Méthodes publiques

Méthode Description
AnimParamsAttribute ( string animatorPropName ) : System

Show the parameters of an Animator as a drop down in the inspector

AnimParamsAttribute ( string configPath, bool isConfig ) : System

Show the parameters of an Animator as a drop down in the inspector

Method Details

AnimParamsAttribute() public méthode

Show the parameters of an Animator as a drop down in the inspector
public AnimParamsAttribute ( string animatorPropName ) : System
animatorPropName string The field name of an Animator component in the same MonoBehaviour
Résultat System

AnimParamsAttribute() public méthode

Show the parameters of an Animator as a drop down in the inspector
public AnimParamsAttribute ( string configPath, bool isConfig ) : System
configPath string The field name of the Animator or AnimParamsConfig in this MonoBehaviour
isConfig bool If true, configPath points to an AnimParamsConfig
Résultat System

Property Details

animPath public_oe property

public string animPath
Résultat string

isConfig public_oe property

public bool isConfig
Résultat bool