C# Class MagicalFPS.Player.PlayerContext

Inheritance: OculusD2DHandler
Afficher le fichier Open project: kyasbal-1994/MagicalFPS Class Usage Examples

Méthodes publiques

Свойство Type Description
EyeTextureRenderer OculusDisplayRenderer

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawBatch ( D2DSpriteBatch batch ) : void

Method Details

DrawBatch() protected méthode

protected DrawBatch ( D2DSpriteBatch batch ) : void
batch D2DSpriteBatch
Résultat void

OnLoad() public méthode

public OnLoad ( D2DSpriteBatch batch ) : void
batch D2DSpriteBatch
Résultat void

PlayerContext() public méthode

public PlayerContext ( GameContext context, int index ) : System
context GameContext
index int
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void

Property Details

EyeTextureRenderer public_oe property

public OculusDisplayRenderer EyeTextureRenderer
Résultat OculusDisplayRenderer