C# Class RuneSlot, UnderworldExporter

Inheritance: MonoBehaviour
Show file 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 property

public int SlotNumber
return int

isSet public property

public bool isSet
return bool

playerUW public static property

public static UWCharacter, playerUW
return UWCharacter,