C# 클래스 ContextResolutionBehaviour, Monsters

상속: MonoBehaviour, IContextFinishedHandler, IListener
파일 보기 프로젝트 열기: chuwilliamson/Monsters

공개 프로퍼티들

프로퍼티 타입 설명
ButtonPressContext ButtonPressContext,
ContextFinishedEvent ISubscribeable
LoseResponse GameEventArgsResponse
PassingScore float
WinResponse GameEventArgsResponse

공개 메소드들

메소드 설명
OnContextFinished ( Array, args ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEventRaised ( Array, args ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

메소드 상세

OnContextFinished() 공개 메소드

public OnContextFinished ( Array, args ) : void
args Array,
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnEventRaised() 공개 메소드

public OnEventRaised ( Array, args ) : void
args Array,
리턴 void

Subscribe() 공개 메소드

public Subscribe ( ) : void
리턴 void

Unsubscribe() 공개 메소드

public Unsubscribe ( ) : void
리턴 void

프로퍼티 상세

ButtonPressContext 공개적으로 프로퍼티

public ButtonPressContext, ButtonPressContext
리턴 ButtonPressContext,

ContextFinishedEvent 공개적으로 프로퍼티

public ISubscribeable ContextFinishedEvent
리턴 ISubscribeable

LoseResponse 공개적으로 프로퍼티

public GameEventArgsResponse LoseResponse
리턴 GameEventArgsResponse

PassingScore 공개적으로 프로퍼티

public float PassingScore
리턴 float

WinResponse 공개적으로 프로퍼티

public GameEventArgsResponse WinResponse
리턴 GameEventArgsResponse