C# Class ParticleEditor.GameForm

Inheritance: EditorObjects.EditorWindow
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
camera FlatRedBall.Camera
cursor FlatRedBall.Gui.Cursor
gameData EditorData

Méthodes publiques

Méthode Description
Exit ( GameForm form ) : void
FrameUpdate ( ) : void
GameForm ( ) : System
ProcessCommandLineArgument ( string argument ) : void

Méthodes protégées

Méthode Description
OnKeyPress ( System e ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

Exit() public static méthode

public static Exit ( GameForm form ) : void
form GameForm
Résultat void

FrameUpdate() public méthode

public FrameUpdate ( ) : void
Résultat void

GameForm() public méthode

public GameForm ( ) : System
Résultat System

OnKeyPress() protected méthode

protected OnKeyPress ( System e ) : void
e System
Résultat void

ProcessCommandLineArgument() public méthode

public ProcessCommandLineArgument ( string argument ) : void
argument string
Résultat void

Property Details

camera public_oe static_oe property

public static Camera,FlatRedBall camera
Résultat FlatRedBall.Camera

cursor public_oe static_oe property

public static Cursor,FlatRedBall.Gui cursor
Résultat FlatRedBall.Gui.Cursor

gameData public_oe static_oe property

public static EditorData,ParticleEditor gameData
Résultat EditorData