C# Class Ctrl_Space.Gameplay.World

Afficher le fichier Open project: vkd/Ctrl-Space Class Usage Examples

Méthodes publiques

Méthode Description
Add ( GameObject gameObject ) : void
Update ( World world, Particles particles ) : void
this ( int i ) : GameObject

Method Details

Add() public méthode

public Add ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

Update() public méthode

public Update ( World world, Particles particles ) : void
world World
particles Ctrl_Space.Graphics.Particles
Résultat void

this() public méthode

public this ( int i ) : GameObject
i int
Résultat GameObject