C# Class WaveOculusDemoProject.Layers.StarfieldLayer

Layer used to draw the starfield
Inheritance: AdditiveLayer
Exibir arquivo Open project: WaveEngine/Samples

Public Methods

Method Description
StarfieldLayer ( RenderManager renderManager ) : System

Protected Methods

Method Description
RestoreDevice ( ) : void

Restores the device.

SetDevice ( ) : void

Sets the device.

Method Details

RestoreDevice() protected method

Restores the device.
protected RestoreDevice ( ) : void
return void

SetDevice() protected method

Sets the device.
protected SetDevice ( ) : void
return void

StarfieldLayer() public method

public StarfieldLayer ( RenderManager renderManager ) : System
renderManager RenderManager
return System