C# Class Knot3.Game.Models.RectangleModel

Inheritance: Knot3.Framework.Models.GamePrimitive
Afficher le fichier Open project: knot3/knot3-code

Méthodes publiques

Méthode Description
RectangleModel ( IScreen screen, Microsoft.Xna.Framework.Graphics.Texture2D texture, Parallelogram parallelogram, Microsoft.Xna.Framework.Vector3 position ) : System.Diagnostics.CodeAnalysis

Erstellt ein neues 3D-Modell mit dem angegebenen Spielzustand und den angegebenen Spielinformationen. [base=screen, info]

Méthodes protégées

Méthode Description
CreativePrimitive ( ) : Primitive

Private Methods

Méthode Description
Draw ( GameTime time ) : void

Method Details

CreativePrimitive() protected méthode

protected CreativePrimitive ( ) : Primitive
Résultat Knot3.Framework.Primitives.Primitive

RectangleModel() public méthode

Erstellt ein neues 3D-Modell mit dem angegebenen Spielzustand und den angegebenen Spielinformationen. [base=screen, info]
public RectangleModel ( IScreen screen, Microsoft.Xna.Framework.Graphics.Texture2D texture, Parallelogram parallelogram, Microsoft.Xna.Framework.Vector3 position ) : System.Diagnostics.CodeAnalysis
screen IScreen
texture Microsoft.Xna.Framework.Graphics.Texture2D
parallelogram Knot3.Framework.Primitives.Parallelogram
position Microsoft.Xna.Framework.Vector3
Résultat System.Diagnostics.CodeAnalysis