C# Class RuneSlot, UnderworldExporter

Inheritance: MonoBehaviour
Exibir arquivo Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
SlotNumber int
isSet bool
playerUW UWCharacter,

Public Methods

Method Description
ClickEvent ( int ptrID ) : void
OnClick ( BaseEventData evnt ) : void
Start ( ) : void
UpdateRuneDisplay ( ) : void

Method Details

ClickEvent() public method

public ClickEvent ( int ptrID ) : void
ptrID int
return void

OnClick() public method

public OnClick ( BaseEventData evnt ) : void
evnt BaseEventData
return void

Start() public method

public Start ( ) : void
return void

UpdateRuneDisplay() public static method

public static UpdateRuneDisplay ( ) : void
return void

Property Details

SlotNumber public_oe property

public int SlotNumber
return int

isSet public_oe property

public bool isSet
return bool

playerUW public_oe static_oe property

public static UWCharacter, playerUW
return UWCharacter,