C# Class MagicalFPS.Player.PlayerContext

Inheritance: OculusD2DHandler
Mostra file Open project: kyasbal-1994/MagicalFPS Class Usage Examples

Public Properties

Property Type Description
EyeTextureRenderer OculusDisplayRenderer

Public Methods

Method Description
OnLoad ( D2DSpriteBatch batch ) : void
PlayerContext ( GameContext context, int index ) : System
Render ( ) : void

Protected Methods

Method Description
DrawBatch ( D2DSpriteBatch batch ) : void

Method Details

DrawBatch() protected method

protected DrawBatch ( D2DSpriteBatch batch ) : void
batch D2DSpriteBatch
return void

OnLoad() public method

public OnLoad ( D2DSpriteBatch batch ) : void
batch D2DSpriteBatch
return void

PlayerContext() public method

public PlayerContext ( GameContext context, int index ) : System
context GameContext
index int
return System

Render() public method

public Render ( ) : void
return void

Property Details

EyeTextureRenderer public_oe property

public OculusDisplayRenderer EyeTextureRenderer
return OculusDisplayRenderer