A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
RTSWorldSpaceUI Class Reference

Classes

class  Item
 

Public Member Functions

void Add (Item item, GameObject prefab)
 

Public Attributes

Camera worldCamera
 

Private Member Functions

void LateUpdate ()
 

Private Attributes

List< Itemitems = new List<Item>()
 

Additional Inherited Members

- Protected Member Functions inherited from VersionedMonoBehaviour
virtual void Awake ()
 
virtual int OnUpgradeSerializedData (int version, bool unityThread)
 Handle serialization backwards compatibility. More...
 
virtual void Reset ()
 Handle serialization backwards compatibility. More...
 
- Properties inherited from VersionedMonoBehaviour
int Util.IEntityIndex. EntityIndex [get, set]
 Internal entity index used by #BurstBatchHelper. More...
 
- Properties inherited from IEntityIndex
int EntityIndex [get, set]
 

Member Function Documentation

◆ Add()

void Add ( Item  item,
GameObject  prefab 
)

◆ LateUpdate()

void LateUpdate ( )
private

Member Data Documentation

◆ items

List<Item> items = new List<Item>()
private

◆ worldCamera

Camera worldCamera

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