C# Class Terrarium.Game.WorldVector

Show file Open project: eugeniomiro/Terrarium Class Usage Examples

Public Methods

Method Description
WorldVector ( WorldState state ) : System

Attach a new state to a world vector.

Method Details

WorldVector() public method

Attach a new state to a world vector.
public WorldVector ( WorldState state ) : System
state WorldState The world state used ot init the vector.
return System