C# Class ContextResolutionBehaviour, Monsters

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

public ButtonPressContext, ButtonPressContext
return ButtonPressContext,

ContextFinishedEvent public property

public ISubscribeable ContextFinishedEvent
return ISubscribeable

LoseResponse public property

public GameEventArgsResponse LoseResponse
return GameEventArgsResponse

PassingScore public property

public float PassingScore
return float

WinResponse public property

public GameEventArgsResponse WinResponse
return GameEventArgsResponse