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

Abstract Model - polls the state of a model, and renders it for the player.
Afficher le fichier Open project: ZaneDubya/YCPU

Protected Properties

Свойство Type Description
Model AModel

Méthodes publiques

Méthode Description
AView ( AModel parentModel )
Draw ( float frameSeconds ) : void

Method Details

AView() public méthode

public AView ( AModel parentModel )
parentModel AModel

Draw() public méthode

public Draw ( float frameSeconds ) : void
frameSeconds float
Résultat void

Property Details

Model protected_oe property

protected AModel,Ypsilon.Core.Patterns.MVC Model
Résultat AModel