C# Class MilkShakeFramework.Core.Game.Entity

Inheritance: TreeNode
Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Méthode Description
AddNode ( INode node, int index = -1 ) : void
Destroy ( ) : void
Entity ( ) : System
FixUp ( ) : void
Load ( LoadManager content ) : void
RemoveNode ( INode gameObject ) : void
SetScene ( Scene scene ) : void
Setup ( ) : void
TearDown ( ) : void

Method Details

AddNode() public méthode

public AddNode ( INode node, int index = -1 ) : void
node INode
index int
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Entity() public méthode

public Entity ( ) : System
Résultat System

FixUp() public méthode

public FixUp ( ) : void
Résultat void

Load() public méthode

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
Résultat void

RemoveNode() public méthode

public RemoveNode ( INode gameObject ) : void
gameObject INode
Résultat void

SetScene() public méthode

public SetScene ( Scene scene ) : void
scene Scene
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

TearDown() public méthode

public TearDown ( ) : void
Résultat void