C# Class YwLuaMonoBehaviourParamsPropertyDrawer, 2DPlatformer-SLua

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: yaukeywang/2DPlatformer-SLua

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float
OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void
YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System

Méthodes protégées

Méthode Description
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

Method Details

DrawGUIStyle() protected méthode

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
Résultat void

GetPropertyHeight() public méthode

public GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
Résultat float

HasKeyboardControl() protected méthode

protected HasKeyboardControl ( ) : bool
Résultat bool

MethodEventMenuCallback() protected méthode

protected MethodEventMenuCallback ( object cEventParam ) : void
cEventParam object
Résultat void

OnClassNameGUI() protected méthode

protected OnClassNameGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
Résultat Rect

OnGUI() public méthode

public OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void
rcPosition Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
Résultat void

OnMethodsGUI() protected méthode

protected OnMethodsGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
rcLastRect Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
Résultat Rect

OnParametersGUI() protected méthode

protected OnParametersGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect
rcPosition Rect
rcLastRect Rect
cProperty UnityEditor.SerializedProperty
cLabel GUIContent
Résultat Rect

ShowMethodEventMenu() protected méthode

protected ShowMethodEventMenu ( UnityEditor.SerializedProperty cMethodList ) : void
cMethodList UnityEditor.SerializedProperty
Résultat void

YwLuaMonoBehaviourParamsPropertyDrawer() public méthode

public YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System
Résultat System

Property Details

m_cGsBoxBackground protected_oe static_oe property

protected static GUIStyle m_cGsBoxBackground
Résultat GUIStyle

m_cGsElementBackground protected_oe static_oe property

protected static GUIStyle m_cGsElementBackground
Résultat GUIStyle

m_cGsElementBackground2 protected_oe static_oe property

protected static GUIStyle m_cGsElementBackground2
Résultat GUIStyle

m_cGsFooterBackground protected_oe static_oe property

protected static GUIStyle m_cGsFooterBackground
Résultat GUIStyle

m_cGsHeaderBackground protected_oe static_oe property

protected static GUIStyle m_cGsHeaderBackground
Résultat GUIStyle

m_cGsInvisibleRemoveButton protected_oe static_oe property

protected static GUIStyle m_cGsInvisibleRemoveButton
Résultat GUIStyle

m_cGsPreButton protected_oe static_oe property

protected static GUIStyle m_cGsPreButton
Résultat GUIStyle

m_cIconToolbarMinus protected_oe static_oe property

protected static GUIContent m_cIconToolbarMinus
Résultat GUIContent

m_cIconToolbarPlus protected_oe static_oe property

protected static GUIContent m_cIconToolbarPlus
Résultat GUIContent

m_cIconToolbarPlusMore protected_oe static_oe property

protected static GUIContent m_cIconToolbarPlusMore
Résultat GUIContent

m_cLabelClassName protected_oe static_oe property

protected static GUIContent m_cLabelClassName
Résultat GUIContent

m_fElementLROffset protected_oe static_oe property

protected static float m_fElementLROffset
Résultat float

m_fElementLROffsetEx protected_oe static_oe property

protected static float m_fElementLROffsetEx
Résultat float

m_fElementLROffsetEx2 protected_oe static_oe property

protected static float m_fElementLROffsetEx2
Résultat float

m_fElementLROffsetEx3 protected_oe static_oe property

protected static float m_fElementLROffsetEx3
Résultat float

m_fElementRemoveBtnLROffset protected_oe static_oe property

protected static float m_fElementRemoveBtnLROffset
Résultat float

m_fElementRemoveBtnSize protected_oe static_oe property

protected static float m_fElementRemoveBtnSize
Résultat float

m_fFooterBtnHeight protected_oe static_oe property

protected static float m_fFooterBtnHeight
Résultat float

m_fFooterBtnROffset protected_oe static_oe property

protected static float m_fFooterBtnROffset
Résultat float

m_fFooterBtnWidth protected_oe static_oe property

protected static float m_fFooterBtnWidth
Résultat float

m_fFooterROffset protected_oe static_oe property

protected static float m_fFooterROffset
Résultat float

m_fFooterROffsetEx protected_oe static_oe property

protected static float m_fFooterROffsetEx
Résultat float

m_fSingleLineGap protected_oe static_oe property

protected static float m_fSingleLineGap
Résultat float

m_fSingleLineGapEx protected_oe static_oe property

protected static float m_fSingleLineGapEx
Résultat float

m_fSingleLineHeight protected_oe static_oe property

protected static float m_fSingleLineHeight
Résultat float