C# Class ContextResolutionBehaviour, Monsters

Inheritance: MonoBehaviour, IContextFinishedHandler, IListener
Datei anzeigen Open project: chuwilliamson/Monsters

Public Properties

Property Type Description
ButtonPressContext ButtonPressContext,
ContextFinishedEvent ISubscribeable
LoseResponse GameEventArgsResponse
PassingScore float
WinResponse GameEventArgsResponse

Public Methods

Method Description
OnContextFinished ( Array, args ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEventRaised ( Array, args ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

OnContextFinished() public method

public OnContextFinished ( Array, args ) : void
args Array,
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnEventRaised() public method

public OnEventRaised ( Array, args ) : void
args Array,
return void

Subscribe() public method

public Subscribe ( ) : void
return void

Unsubscribe() public method

public Unsubscribe ( ) : void
return void

Property Details

ButtonPressContext public_oe property

public ButtonPressContext, ButtonPressContext
return ButtonPressContext,

ContextFinishedEvent public_oe property

public ISubscribeable ContextFinishedEvent
return ISubscribeable

LoseResponse public_oe property

public GameEventArgsResponse LoseResponse
return GameEventArgsResponse

PassingScore public_oe property

public float PassingScore
return float

WinResponse public_oe property

public GameEventArgsResponse WinResponse
return GameEventArgsResponse