DC/RTS Documentation  v1.62
A Unity3D System Incorporating the Functionality of a Dungeon Crawler or Real Time Strategy System
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
GridObjectCreation.cs File Reference

Handles the entirety of Grid Object Creation. More...

Classes

class  GridObjectCreation
 The system that controls the creation of GridObjects More...
 

Enumerations

enum  GridObjectCreationMethod { Master = 0x1, Observer = 0x2 }
 The data that represents this GridObjectCreation creation type More...
 

Detailed Description

Handles the entirety of Grid Object Creation.

Author
: Chase Hutchens

Enumeration Type Documentation

The data that represents this GridObjectCreation creation type

Enumerator
Master 
Observer