C# Class NetworkThrottleButton

Inheritance: ForgeEditorDisplayButton
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( float initialThrottle, string tooltipText, System networkingThrottleChanged ) : void
NetworkThrottleButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network
Update ( Event windowEvent, GUIStyle fontStyle, Editor window, int width, int height ) : void

Method Details

Initialize() public méthode

public Initialize ( float initialThrottle, string tooltipText, System networkingThrottleChanged ) : void
initialThrottle float
tooltipText string
networkingThrottleChanged System
Résultat void

NetworkThrottleButton() public méthode

public NetworkThrottleButton ( 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