C# Class ContextResolutionBehaviour, Monsters

Inheritance: MonoBehaviour, IContextFinishedHandler, IListener
Afficher le fichier Open project: chuwilliamson/Monsters

Méthodes publiques

Свойство Type Description
ButtonPressContext ButtonPressContext,
ContextFinishedEvent ISubscribeable
LoseResponse GameEventArgsResponse
PassingScore float
WinResponse GameEventArgsResponse

Méthodes publiques

Méthode Description
OnContextFinished ( Array, args ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEventRaised ( Array, args ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

OnContextFinished() public méthode

public OnContextFinished ( Array, args ) : void
args Array,
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnEventRaised() public méthode

public OnEventRaised ( Array, args ) : void
args Array,
Résultat void

Subscribe() public méthode

public Subscribe ( ) : void
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( ) : void
Résultat void

Property Details

ButtonPressContext public_oe property

public ButtonPressContext, ButtonPressContext
Résultat ButtonPressContext,

ContextFinishedEvent public_oe property

public ISubscribeable ContextFinishedEvent
Résultat ISubscribeable

LoseResponse public_oe property

public GameEventArgsResponse LoseResponse
Résultat GameEventArgsResponse

PassingScore public_oe property

public float PassingScore
Résultat float

WinResponse public_oe property

public GameEventArgsResponse WinResponse
Résultat GameEventArgsResponse