C# Class MiscellaneousButton

Inheritance: ForgeEditorDisplayButton
Show file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
Initialize ( string tooltipText, bool udpReliable, bool isPlayer, bool destroyOnDisconnect, bool teleportToInitialPosition, System udpReliableChanged, System isPlayerChanged, System destroyOnDisconnectChanged, System teleportToInitialPositionsChanged ) : void
MiscellaneousButton ( 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 ( string tooltipText, bool udpReliable, bool isPlayer, bool destroyOnDisconnect, bool teleportToInitialPosition, System udpReliableChanged, System isPlayerChanged, System destroyOnDisconnectChanged, System teleportToInitialPositionsChanged ) : void
tooltipText string
udpReliable bool
isPlayer bool
destroyOnDisconnect bool
teleportToInitialPosition bool
udpReliableChanged System
isPlayerChanged System
destroyOnDisconnectChanged System
teleportToInitialPositionsChanged System
return void

MiscellaneousButton() public method

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