C# 클래스 Ypsilon.Core.Patterns.MVC.AView

Abstract Model - polls the state of a model, and renders it for the player.
파일 보기 프로젝트 열기: ZaneDubya/YCPU

보호된 프로퍼티들

프로퍼티 타입 설명
Model AModel

공개 메소드들

메소드 설명
AView ( AModel parentModel )
Draw ( float frameSeconds ) : void

메소드 상세

AView() 공개 메소드

public AView ( AModel parentModel )
parentModel AModel

Draw() 공개 메소드

public Draw ( float frameSeconds ) : void
frameSeconds float
리턴 void

프로퍼티 상세

Model 보호되어 있는 프로퍼티

protected AModel,Ypsilon.Core.Patterns.MVC Model
리턴 AModel