C# Class AssemblyCSharp.UISlots

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: wooga/ps_social_jam

Public Properties

Property Type Description
MatchResult UIMatchResult
TournamentStart UITournamentStart

Public Methods

Method Description
Awake ( ) : void
HideIngredients ( ) : void
Init ( ) : void
OnDestroy ( ) : void
OnDrop ( UIDropEvent e ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

HideIngredients() public method

public HideIngredients ( ) : void
return void

Init() public method

public Init ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDrop() public method

public OnDrop ( UIDropEvent e ) : void
e UIDropEvent
return void

Property Details

MatchResult public property

public UIMatchResult,AssemblyCSharp MatchResult
return UIMatchResult

TournamentStart public property

public UITournamentStart,AssemblyCSharp TournamentStart
return UITournamentStart