Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.Wrappers.QuestDomain Class Reference

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.QuestMachine.Wrappers.QuestDomain:
Collaboration diagram for PixelCrushers.QuestMachine.Wrappers.QuestDomain:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.QuestMachine.QuestDomain
void OnTriggerEnter (Collider other)
 
void OnTriggerExit (Collider other)
 
void OnTriggerEnter2D (Collider2D other)
 
void OnTriggerExit2D (Collider2D other)
 
void AddEntity (QuestEntity entity)
 
void RemoveEntity (QuestEntity entity)
 
void AddEntitiesToWorldModel (WorldModel worldModel)
 Adds all entities in this domain to a world model.
 
- Properties inherited from PixelCrushers.QuestMachine.QuestDomain
DomainType domainType [get, set]
 This domain's domain type.
 
List< QuestEntityentities [get, set]
 Entities currently in the domain.
 
UnityEvent< QuestEntityonEntityAdded [get]
 
UnityEvent< QuestEntityonEntityRemoved [get]
 

Detailed Description

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class.


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