C# Class MilkShakeFramework.Core.Game.Components.UI.UILayer

Inheritance: GameEntity
Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
FixUp ( ) : void
NewDraw ( ) : void
UILayer ( DrawMode _drawMode = DrawMode.Post, int _drawLayer = 4 ) : System

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

FixUp() public méthode

public FixUp ( ) : void
Résultat void

NewDraw() public méthode

public NewDraw ( ) : void
Résultat void

UILayer() public méthode

public UILayer ( DrawMode _drawMode = DrawMode.Post, int _drawLayer = 4 ) : System
_drawMode DrawMode
_drawLayer int
Résultat System