C# 클래스 UnityToolbag.AnimParamsAttribute

상속: UnityEngine.PropertyAttribute
파일 보기 프로젝트 열기: ChemiKhazi/UnityToolbag 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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