C# Class NetworkThrottleButton

Inheritance: ForgeEditorDisplayButton
Exibir arquivo Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method 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 method

public Initialize ( float initialThrottle, string tooltipText, System networkingThrottleChanged ) : void
initialThrottle float
tooltipText string
networkingThrottleChanged System
return void

NetworkThrottleButton() public method

public NetworkThrottleButton ( ForgeButtonStyle, buttonStyle, ForgeSubmitButtonStyle, submitStyle = null ) : BeardedManStudios.Network
buttonStyle ForgeButtonStyle,
submitStyle ForgeSubmitButtonStyle,
return BeardedManStudios.Network

Update() public method

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