C# Class XNAGraphics.ComponentBundle.DrawableBundle.KinectVideo

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Mostra file Open project: joseruizjimenez/personal-training-martial-arts

Public Methods

Method Description
KinectVideo ( int x, int y, Kinect k ) : System

Protected Methods

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

Method Details

KinectVideo() public method

public KinectVideo ( int x, int y, Kinect k ) : System
x int
y int
k XNAGraphics.KinectBundle.Kinect
return System

onDraw() protected method

protected onDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

onLoad() protected method

protected onLoad ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
return void

onUpdate() protected method

protected onUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void