C# Class AnimatorParameterAttribute, unity-development-tools

Animator Paramater attribute.
Inheritance: PropertyAttribute
显示文件 Open project: heisarzola/Unity-Development-Tools

Public Properties

Property Type Description
parameterType ParameterType,
selectedValue int

Public Methods

Method Description
AnimatorParameterAttribute ( ParameterType, parameterType = ParameterType.None ) : UnityEngine

Method Details

AnimatorParameterAttribute() public method

public AnimatorParameterAttribute ( ParameterType, parameterType = ParameterType.None ) : UnityEngine
parameterType ParameterType,
return UnityEngine

Property Details

parameterType public_oe property

public ParameterType, parameterType
return ParameterType,

selectedValue public_oe property

public int selectedValue
return int