C# 클래스 YwLuaMonoBehaviourParamsPropertyDrawer, 2DPlatformer-SLua

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: yaukeywang/2DPlatformer-SLua

보호된 프로퍼티들

프로퍼티 타입 설명
m_cGsBoxBackground GUIStyle
m_cGsElementBackground GUIStyle
m_cGsElementBackground2 GUIStyle
m_cGsFooterBackground GUIStyle
m_cGsHeaderBackground GUIStyle
m_cGsInvisibleRemoveButton GUIStyle
m_cGsPreButton GUIStyle
m_cIconToolbarMinus GUIContent
m_cIconToolbarPlus GUIContent
m_cIconToolbarPlusMore GUIContent
m_cLabelClassName GUIContent
m_fElementLROffset float
m_fElementLROffsetEx float
m_fElementLROffsetEx2 float
m_fElementLROffsetEx3 float
m_fElementRemoveBtnLROffset float
m_fElementRemoveBtnSize float
m_fFooterBtnHeight float
m_fFooterBtnROffset float
m_fFooterBtnWidth float
m_fFooterROffset float
m_fFooterROffsetEx float
m_fSingleLineGap float
m_fSingleLineGapEx float
m_fSingleLineHeight float

공개 메소드들

메소드 설명
GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float
OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void
YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System

보호된 메소드들

메소드 설명
DrawGUIStyle ( GUIStyle cStyle, Rect rcSize, bool bIsHover, bool bIsActive, bool bIsOn, bool bHasKeyboardFocus ) : void
HasKeyboardControl ( ) : bool
MethodEventMenuCallback ( object cEventParam ) : void
OnClassNameGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
OnMethodsGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
OnParametersGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
ShowMethodEventMenu ( UnityEditor.SerializedProperty cMethodList ) : void

메소드 상세

DrawGUIStyle() 보호된 메소드

protected DrawGUIStyle ( GUIStyle cStyle, Rect rcSize, bool bIsHover, bool bIsActive, bool bIsOn, bool bHasKeyboardFocus ) : void
cStyle GUIStyle
rcSize Rect
bIsHover bool
bIsActive bool
bIsOn bool
bHasKeyboardFocus bool
리턴 void

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
리턴 float

HasKeyboardControl() 보호된 메소드

protected HasKeyboardControl ( ) : bool
리턴 bool

MethodEventMenuCallback() 보호된 메소드

protected MethodEventMenuCallback ( object cEventParam ) : void
cEventParam object
리턴 void

OnClassNameGUI() 보호된 메소드

protected OnClassNameGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
리턴 Rect

OnGUI() 공개 메소드

public OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void
rcPosition Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
리턴 void

OnMethodsGUI() 보호된 메소드

protected OnMethodsGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
rcLastRect Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
리턴 Rect

OnParametersGUI() 보호된 메소드

protected OnParametersGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
rcLastRect Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
리턴 Rect

ShowMethodEventMenu() 보호된 메소드

protected ShowMethodEventMenu ( UnityEditor.SerializedProperty cMethodList ) : void
cMethodList UnityEditor.SerializedProperty
리턴 void

YwLuaMonoBehaviourParamsPropertyDrawer() 공개 메소드

public YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System
리턴 System

프로퍼티 상세

m_cGsBoxBackground 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsBoxBackground
리턴 GUIStyle

m_cGsElementBackground 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsElementBackground
리턴 GUIStyle

m_cGsElementBackground2 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsElementBackground2
리턴 GUIStyle

m_cGsFooterBackground 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsFooterBackground
리턴 GUIStyle

m_cGsHeaderBackground 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsHeaderBackground
리턴 GUIStyle

m_cGsInvisibleRemoveButton 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsInvisibleRemoveButton
리턴 GUIStyle

m_cGsPreButton 보호되어 있는 정적으로 프로퍼티

protected static GUIStyle m_cGsPreButton
리턴 GUIStyle

m_cIconToolbarMinus 보호되어 있는 정적으로 프로퍼티

protected static GUIContent m_cIconToolbarMinus
리턴 GUIContent

m_cIconToolbarPlus 보호되어 있는 정적으로 프로퍼티

protected static GUIContent m_cIconToolbarPlus
리턴 GUIContent

m_cIconToolbarPlusMore 보호되어 있는 정적으로 프로퍼티

protected static GUIContent m_cIconToolbarPlusMore
리턴 GUIContent

m_cLabelClassName 보호되어 있는 정적으로 프로퍼티

protected static GUIContent m_cLabelClassName
리턴 GUIContent

m_fElementLROffset 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementLROffset
리턴 float

m_fElementLROffsetEx 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementLROffsetEx
리턴 float

m_fElementLROffsetEx2 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementLROffsetEx2
리턴 float

m_fElementLROffsetEx3 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementLROffsetEx3
리턴 float

m_fElementRemoveBtnLROffset 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementRemoveBtnLROffset
리턴 float

m_fElementRemoveBtnSize 보호되어 있는 정적으로 프로퍼티

protected static float m_fElementRemoveBtnSize
리턴 float

m_fFooterBtnHeight 보호되어 있는 정적으로 프로퍼티

protected static float m_fFooterBtnHeight
리턴 float

m_fFooterBtnROffset 보호되어 있는 정적으로 프로퍼티

protected static float m_fFooterBtnROffset
리턴 float

m_fFooterBtnWidth 보호되어 있는 정적으로 프로퍼티

protected static float m_fFooterBtnWidth
리턴 float

m_fFooterROffset 보호되어 있는 정적으로 프로퍼티

protected static float m_fFooterROffset
리턴 float

m_fFooterROffsetEx 보호되어 있는 정적으로 프로퍼티

protected static float m_fFooterROffsetEx
리턴 float

m_fSingleLineGap 보호되어 있는 정적으로 프로퍼티

protected static float m_fSingleLineGap
리턴 float

m_fSingleLineGapEx 보호되어 있는 정적으로 프로퍼티

protected static float m_fSingleLineGapEx
리턴 float

m_fSingleLineHeight 보호되어 있는 정적으로 프로퍼티

protected static float m_fSingleLineHeight
리턴 float