A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
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

◆ OnGUI()

void OnGUI ( )
private

◆ SetState()

void SetState ( bool  open)

◆ Start()

void Start ( )

Member Data Documentation

◆ bounds

Bounds bounds
private

◆ closedtag

int closedtag = 1

◆ open

bool open = false
private

◆ opentag

int opentag = 1

◆ updateGraphsWithGUO

bool updateGraphsWithGUO = true

◆ yOffset

float yOffset = 5

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