C# Class RTSEngine.Data.SpawnBuildingEvent

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

Public Methods

Method Description
SpawnBuildingEvent ( int t, int type, Point gPos, bool ib = false ) : System

Method Details

SpawnBuildingEvent() public method

public SpawnBuildingEvent ( int t, int type, Point gPos, bool ib = false ) : System
t int
type int
gPos Point
ib bool
return System