C# 클래스 Interactive.Detail.BeginStepGameBase

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: juliancruz87/madbricks

공개 프로퍼티들

프로퍼티 타입 설명
EndStep System.Action

공개 메소드들

메소드 설명
EndStep_Debug ( ) : void
StartStep ( ) : void

보호된 메소드들

메소드 설명
OnEndStepWithTimer ( float time ) : IEnumerator

메소드 상세

EndStep_Debug() 공개 메소드

public EndStep_Debug ( ) : void
리턴 void

OnEndStepWithTimer() 보호된 메소드

protected OnEndStepWithTimer ( float time ) : IEnumerator
time float
리턴 IEnumerator

StartStep() 공개 추상적인 메소드

public abstract StartStep ( ) : void
리턴 void

프로퍼티 상세

EndStep 공개적으로 프로퍼티

public Action,System EndStep
리턴 System.Action