C# Class RTSEngine.Data.SpawnUnitEvent

Inheritance: GameInputEvent
Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
SpawnUnitEvent ( int t, int type, Vector2 pos ) : System

Method Details

SpawnUnitEvent() public method

public SpawnUnitEvent ( int t, int type, Vector2 pos ) : System
t int
type int
pos Vector2
return System