C# 클래스 Estados, isoAbbeyTFG

파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_controlador ControladorJuego,

공개 메소드들

메소드 설명
Ejecutar ( ) : void
Estados ( ControladorJuego, controlador ) : System.Collections
Transicion ( int state, int previousState ) : int

메소드 상세

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

public abstract Ejecutar ( ) : void
리턴 void

Estados() 공개 메소드

public Estados ( ControladorJuego, controlador ) : System.Collections
controlador ControladorJuego,
리턴 System.Collections

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

public abstract Transicion ( int state, int previousState ) : int
state int
previousState int
리턴 int

프로퍼티 상세

m_controlador 보호되어 있는 프로퍼티

protected ControladorJuego, m_controlador
리턴 ControladorJuego,