C# Класс UnityToolbag.AnimParamsAttribute

Наследование: UnityEngine.PropertyAttribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
animPath string
isConfig bool

Открытые методы

Метод Описание
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

Описание методов

AnimParamsAttribute() публичный Метод

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
Результат System

AnimParamsAttribute() публичный Метод

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
Результат System

Описание свойств

animPath публичное свойство

public string animPath
Результат string

isConfig публичное свойство

public bool isConfig
Результат bool