|
DC/RTS Documentation
v1.62
A Unity3D System Incorporating the Functionality of a Dungeon Crawler or Real Time Strategy System
|
Files | |
| file | CamMovementBehavior.cs |
| Handles Input Relating Specifically Towards Concepts Around the Main Camera. | |
| file | FormationSwitches.cs |
| Handles Concepts Relating to Formations. | |
| file | GridObjectCreation.cs |
| Handles the entirety of Grid Object Creation. | |
| file | MultiSelectToggle.cs |
| Handles Input and Data for the Multi Selection Behavior in MovementSelectionBehavior.RealTimeStratToggle Mode. | |
| file | ObjectCreationGUIController.cs |
| The GridObjectCreation GUI Controller that attaches to the Main Camera. | |
| file | PathFinder.cs |
| Used for Calculating A* PathFinding. | |
| file | SelectedIndicatorBehavior.cs |
| Handles Behavior of the SelectedIndicator. | |
| file | SelectionBehavior.cs |
| Handles Input Relating Specifically Towards Concepts Around Selecting, Deselecting, etc, of Control, NPC, and Creature Objects. | |
| file | UpdatePositionToggle.cs |