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
CamMovementBehavior.cs File Reference

Handles Input Relating Specifically Towards Concepts Around the Main Camera. More...

Classes

class  CamMovementBehavior
 This Class is for Handling Movement and Key Inputs for the Camera's Behavior More...
 

Enumerations

enum  ControllerType { DungeonCrawlerToggle = 0x0, RealTimeStratToggle = 0x1 }
 Enumerator for whether this is a DungeonCrawlerToggle or a RealTimeStratToggle More...
 

Detailed Description

Handles Input Relating Specifically Towards Concepts Around the Main Camera.

Author
: Chase Hutchens

Enumeration Type Documentation

Enumerator for whether this is a DungeonCrawlerToggle or a RealTimeStratToggle

Enumerator
DungeonCrawlerToggle 
RealTimeStratToggle