C# Class Axiom.Demos.SkyBox

Inheritance: TechDemo
Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
thrusters ParticleSystem

Public Methods

Method Description
CreateScene ( ) : void

Protected Methods

Method Description
OnFrameStarted ( Object source, FrameEventArgs evt ) : void

Method Details

CreateScene() public method

public CreateScene ( ) : void
return void

OnFrameStarted() protected method

protected OnFrameStarted ( Object source, FrameEventArgs evt ) : void
source Object
evt FrameEventArgs
return void

Property Details

thrusters protected_oe property

protected ParticleSystem thrusters
return ParticleSystem