C# Class XNAGraphics.ComponentBundle.DrawableBundle.KinectVideo

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Méthode Description
KinectVideo ( int x, int y, Kinect k ) : System

Méthodes protégées

Méthode Description
onDraw ( SpriteBatch spriteBatch ) : void
onLoad ( Microsoft.Xna.Framework.Game game ) : void
onUpdate ( GameTime gameTime ) : void

Method Details

KinectVideo() public méthode

public KinectVideo ( int x, int y, Kinect k ) : System
x int
y int
k XNAGraphics.KinectBundle.Kinect
Résultat System

onDraw() protected méthode

protected onDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

onLoad() protected méthode

protected onLoad ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
Résultat void

onUpdate() protected méthode

protected onUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void