C# Class Ypsilon.Core.Patterns.MVC.AView

Abstract Model - polls the state of a model, and renders it for the player.
ファイルを表示 Open project: ZaneDubya/YCPU

Protected Properties

Property Type Description
Model AModel

Public Methods

Method Description
AView ( AModel parentModel )
Draw ( float frameSeconds ) : void

Method Details

AView() public method

public AView ( AModel parentModel )
parentModel AModel

Draw() public method

public Draw ( float frameSeconds ) : void
frameSeconds float
return void

Property Details

Model protected_oe property

protected AModel,Ypsilon.Core.Patterns.MVC Model
return AModel