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

This class is used for displaying the selected light object when a position is chosen within the World. More...

Inheritance diagram for SelectionToggle:

Public Member Functions

void createSelectionToggle (Vector3 position, Quaternion rotation)
 Destroys the old selection_toggle if it Exists and Creates a New selection_toggle at the given Position and Rotation. More...
 

Detailed Description

This class is used for displaying the selected light object when a position is chosen within the World.

Member Function Documentation

void SelectionToggle.createSelectionToggle ( Vector3  position,
Quaternion  rotation 
)

Destroys the old selection_toggle if it Exists and Creates a New selection_toggle at the given Position and Rotation.

Parameters
positionThe New Position.
rotationThe New Rotation.

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