C# Class Playground.SceneView

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
SceneView ( Scene scene ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FetchNode ( System treeNode, INode gameNode ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SceneView_Load ( object sender, EventArgs e ) : void
Update ( ) : void
timer1_Tick ( object sender, EventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SceneView() public méthode

public SceneView ( Scene scene ) : System
scene MilkShakeFramework.Core.Scenes.Scene
Résultat System