C# 클래스 UnityEditor.UI.AnimationTriggersDrawer

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GetPropertyHeight ( UnityEditor.SerializedProperty prop, GUIContent label ) : float
OnGUI ( Rect rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void

메소드 상세

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( UnityEditor.SerializedProperty prop, GUIContent label ) : float
prop UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 float

OnGUI() 공개 메소드

public OnGUI ( Rect rect, UnityEditor.SerializedProperty prop, GUIContent label ) : void
rect UnityEngine.Rect
prop UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 void