C# Class ForgeEditorDisplayButton

Afficher le fichier Open project: drakelinglabs/unityarmada

Protected Properties

Свойство Type Description
_activeTex UnityEngine.Texture2D
_buttonContent GUIContent
_buttonDown UnityEngine.Texture2D
_buttonHeight int
_buttonIcon UnityEngine.Texture2D
_buttonRect Rect
_buttonStyle GUIStyle
_buttonText string
_buttonTitle string
_buttonUp UnityEngine.Texture2D
_prevTex UnityEngine.Texture2D
_submitButtonAction System.Action
_submitButtonHeight int
_submitButtonTitle string
_submitButtonVisibile bool
_submitButtonWidth int
_submitCallback System.Action

Méthodes publiques

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

Method Details

ForgeEditorDisplayButton() public méthode

public ForgeEditorDisplayButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network
buttonStyle ForgeButtonStyle,
submitStyle ForgeSubmitButtonStyle,
Résultat BeardedManStudios.Network

Update() public méthode

public Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void
windowEvent Event
fontStyle GUIStyle
window Editor
width int
height int
Résultat void

UpdateBits() public méthode

public UpdateBits ( ushort position, ushort scale, ushort rotation ) : void
position ushort
scale ushort
rotation ushort
Résultat void

Property Details

_activeTex protected_oe property

protected Texture2D,UnityEngine _activeTex
Résultat UnityEngine.Texture2D

_buttonContent protected_oe property

protected GUIContent _buttonContent
Résultat GUIContent

_buttonDown protected_oe property

protected Texture2D,UnityEngine _buttonDown
Résultat UnityEngine.Texture2D

_buttonHeight protected_oe property

protected int _buttonHeight
Résultat int

_buttonIcon protected_oe property

protected Texture2D,UnityEngine _buttonIcon
Résultat UnityEngine.Texture2D

_buttonRect protected_oe property

protected Rect _buttonRect
Résultat Rect

_buttonStyle protected_oe property

protected GUIStyle _buttonStyle
Résultat GUIStyle

_buttonText protected_oe property

protected string _buttonText
Résultat string

_buttonTitle protected_oe property

protected string _buttonTitle
Résultat string

_buttonUp protected_oe property

protected Texture2D,UnityEngine _buttonUp
Résultat UnityEngine.Texture2D

_prevTex protected_oe property

protected Texture2D,UnityEngine _prevTex
Résultat UnityEngine.Texture2D

_submitButtonAction protected_oe property

protected Action,System _submitButtonAction
Résultat System.Action

_submitButtonHeight protected_oe property

protected int _submitButtonHeight
Résultat int

_submitButtonTitle protected_oe property

protected string _submitButtonTitle
Résultat string

_submitButtonVisibile protected_oe property

protected bool _submitButtonVisibile
Résultat bool

_submitButtonWidth protected_oe property

protected int _submitButtonWidth
Résultat int

_submitCallback protected_oe property

protected Action,System _submitCallback
Résultat System.Action