ProD  4.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | Properties | List of all members
ProD.MovingObject Class Reference

Inherits MonoBehaviour.

Inherited by ProD.AI_Goblin, and ProD.PlayerMovement.

Public Member Functions

bool MoveToCell (Cell targetCell)
 

Public Attributes

float layer = 0.5f
 
List< string > walkableCellTypes
 

Properties

Map currentMap [get, set]
 
WorldMap currentWorld [get, set]
 
Cell currentCell [get, set]
 

Member Function Documentation

bool ProD.MovingObject.MoveToCell ( Cell  targetCell)

Member Data Documentation

float ProD.MovingObject.layer = 0.5f
List<string> ProD.MovingObject.walkableCellTypes

Property Documentation

Cell ProD.MovingObject.currentCell
getset
Map ProD.MovingObject.currentMap
getset
WorldMap ProD.MovingObject.currentWorld
getset