Property | 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 |
Method | Description | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float | ||
OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void | ||
YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System |
Method | 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 |
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 | |
return | void |
public GetPropertyHeight ( UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : float | ||
cProperty | UnityEditor.SerializedProperty | |
cLabel | GUIContent | |
return | float |
protected MethodEventMenuCallback ( object cEventParam ) : void | ||
cEventParam | object | |
return | void |
protected OnClassNameGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect | ||
rcPosition | Rect | |
cProperty | UnityEditor.SerializedProperty | |
cLabel | GUIContent | |
return | Rect |
public OnGUI ( Rect rcPosition, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : void | ||
rcPosition | Rect | |
cProperty | UnityEditor.SerializedProperty | |
cLabel | GUIContent | |
return | void |
protected OnMethodsGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect | ||
rcPosition | Rect | |
rcLastRect | Rect | |
cProperty | UnityEditor.SerializedProperty | |
cLabel | GUIContent | |
return | Rect |
protected OnParametersGUI ( Rect rcPosition, Rect rcLastRect, UnityEditor.SerializedProperty cProperty, GUIContent cLabel ) : Rect | ||
rcPosition | Rect | |
rcLastRect | Rect | |
cProperty | UnityEditor.SerializedProperty | |
cLabel | GUIContent | |
return | Rect |
protected ShowMethodEventMenu ( UnityEditor.SerializedProperty cMethodList ) : void | ||
cMethodList | UnityEditor.SerializedProperty | |
return | void |
public YwLuaMonoBehaviourParamsPropertyDrawer ( ) : System | ||
return | System |
protected static GUIStyle m_cGsBoxBackground | ||
return | GUIStyle |
protected static GUIStyle m_cGsElementBackground | ||
return | GUIStyle |
protected static GUIStyle m_cGsElementBackground2 | ||
return | GUIStyle |
protected static GUIStyle m_cGsFooterBackground | ||
return | GUIStyle |
protected static GUIStyle m_cGsHeaderBackground | ||
return | GUIStyle |
protected static GUIStyle m_cGsInvisibleRemoveButton | ||
return | GUIStyle |
protected static GUIStyle m_cGsPreButton | ||
return | GUIStyle |
protected static GUIContent m_cIconToolbarMinus | ||
return | GUIContent |
protected static GUIContent m_cIconToolbarPlus | ||
return | GUIContent |
protected static GUIContent m_cIconToolbarPlusMore | ||
return | GUIContent |
protected static GUIContent m_cLabelClassName | ||
return | GUIContent |
protected static float m_fElementLROffset | ||
return | float |
protected static float m_fElementLROffsetEx | ||
return | float |
protected static float m_fElementLROffsetEx2 | ||
return | float |
protected static float m_fElementLROffsetEx3 | ||
return | float |
protected static float m_fElementRemoveBtnLROffset | ||
return | float |
protected static float m_fElementRemoveBtnSize | ||
return | float |
protected static float m_fFooterBtnHeight | ||
return | float |
protected static float m_fFooterBtnROffset | ||
return | float |
protected static float m_fFooterBtnWidth | ||
return | float |
protected static float m_fFooterROffset | ||
return | float |
protected static float m_fFooterROffsetEx | ||
return | float |
protected static float m_fSingleLineGap | ||
return | float |
protected static float m_fSingleLineGapEx | ||
return | float |