C# Class Ctrl_Space.Gameplay.World

Show file Open project: vkd/Ctrl-Space Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( GameObject gameObject ) : void
gameObject GameObject
return void

Update() public method

public Update ( World world, Particles particles ) : void
world World
particles Ctrl_Space.Graphics.Particles
return void

this() public method

public this ( int i ) : GameObject
i int
return GameObject