Property | Type | Description | |
---|---|---|---|
_activeTex | |||
_buttonContent | GUIContent | ||
_buttonDown | |||
_buttonHeight | int | ||
_buttonIcon | |||
_buttonRect | Rect | ||
_buttonStyle | GUIStyle | ||
_buttonText | string | ||
_buttonTitle | string | ||
_buttonUp | |||
_prevTex | |||
_submitButtonAction | System.Action | ||
_submitButtonHeight | int | ||
_submitButtonTitle | string | ||
_submitButtonVisibile | bool | ||
_submitButtonWidth | int | ||
_submitCallback | System.Action |
Method | Description | |
---|---|---|
ForgeEditorDisplayButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network | ||
Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void | ||
UpdateBits ( ushort position, ushort scale, ushort rotation ) : void |
public ForgeEditorDisplayButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network | ||
buttonStyle | ForgeButtonStyle, | |
submitStyle | ForgeSubmitButtonStyle, | |
return | BeardedManStudios.Network |
public Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void | ||
windowEvent | Event | |
fontStyle | GUIStyle | |
window | Editor | |
width | int | |
height | int | |
return | void |
public UpdateBits ( ushort position, ushort scale, ushort rotation ) : void | ||
position | ushort | |
scale | ushort | |
rotation | ushort | |
return | void |
protected Texture2D,UnityEngine _activeTex | ||
return |
protected Texture2D,UnityEngine _buttonDown | ||
return |
protected Texture2D,UnityEngine _buttonIcon | ||
return |
protected Texture2D,UnityEngine _buttonUp | ||
return |
protected Texture2D,UnityEngine _prevTex | ||
return |
protected Action,System _submitButtonAction | ||
return | System.Action |