C# Class InteractionModeControlItem, UnderworldExporter

Interaction mode button code for controlling the interaction mode of the character.
Inheritance: GuiBase
Mostra file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
InteractionMode int
ShortCutKey KeyCode,
imc InteractionModeControl,
isOn bool

Public Methods

Method Description
OnClick ( ) : void
Update ( ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

InteractionMode public_oe property

public int InteractionMode
return int

ShortCutKey public_oe property

public KeyCode, ShortCutKey
return KeyCode,

imc public_oe property

public InteractionModeControl, imc
return InteractionModeControl,

isOn public_oe property

public bool isOn
return bool