C# Class ProjectCow.InteractObject

Afficher le fichier Open project: csce3513/Team12

Méthodes publiques

Свойство Type Description
position Vector2
scale float
size Microsoft.Xna.Framework.Rectangle

Méthodes publiques

Méthode Description
DrawIAO ( SpriteBatch spritebatch ) : void
LoadIAO ( Microsoft.Xna.Framework.Content.ContentManager contentmanager, string imagename ) : void
UpdateIAO ( GameTime gametime, Vector2 speed, Vector2 direction ) : void
getHeight ( ) : int
getWidth ( ) : int

Method Details

DrawIAO() public méthode

public DrawIAO ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

LoadIAO() public méthode

public LoadIAO ( Microsoft.Xna.Framework.Content.ContentManager contentmanager, string imagename ) : void
contentmanager Microsoft.Xna.Framework.Content.ContentManager
imagename string
Résultat void

UpdateIAO() public méthode

public UpdateIAO ( GameTime gametime, Vector2 speed, Vector2 direction ) : void
gametime Microsoft.Xna.Framework.GameTime
speed Vector2
direction Vector2
Résultat void

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

Property Details

position public_oe property

public Vector2 position
Résultat Vector2

scale public_oe property

public float scale
Résultat float

size public_oe property

public Rectangle,Microsoft.Xna.Framework size
Résultat Microsoft.Xna.Framework.Rectangle