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
WorkerClass Class Reference

This Class Controls the WorkerClass ControlObjHandler for data used within the GridObjectCreation system. More...

Inheritance diagram for WorkerClass:

Public Attributes

Texture2D[] OptionsTexture
 The Options Textures making up this WorkerClass behavior. More...
 
int OptionsRows
 The Amount of Options Rows More...
 
int OptionsColumns
 The Amount of Options Columns More...
 

Properties

bool isActiveBuild [get]
 

Detailed Description

This Class Controls the WorkerClass ControlObjHandler for data used within the GridObjectCreation system.

This is also only used when GridObjectCreation.CreationMethod = GridObjectCreationMethod.Observer.

Member Data Documentation

int WorkerClass.OptionsColumns

The Amount of Options Columns

int WorkerClass.OptionsRows

The Amount of Options Rows

Texture2D [] WorkerClass.OptionsTexture

The Options Textures making up this WorkerClass behavior.

The last Element in the Options should be the cancel texture.

Property Documentation

bool WorkerClass.isActiveBuild
get

The documentation for this class was generated from the following file: