A* Pathfinding Project  4.0.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
DoorController Class Reference

Example script used in the example scenes. More...

Detailed Description

Example script used in the example scenes.

Public Member Functions

void SetState (bool open)
 
void Start ()
 

Public Attributes

int closedtag = 1
 
int opentag = 1
 
bool updateGraphsWithGUO = true
 
float yOffset = 5
 

Private Member Functions

void OnGUI ()
 

Private Attributes

Bounds bounds
 
bool open = false
 

Member Function Documentation

void OnGUI ( )
private
void SetState ( bool  open)
void Start ( )

Member Data Documentation

Bounds bounds
private
int closedtag = 1
bool open = false
private
int opentag = 1
bool updateGraphsWithGUO = true
float yOffset = 5

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