Applies an aura effect when a faction member enters the trigger. More...
Static Public Member Functions | |
static List< string > | ZonePluginActivator () |
For optional UtopiaWorx Zone Controller integration. | |
Protected Member Functions | |
virtual void | OnTriggerEnter (Collider other) |
Protected Member Functions inherited from PixelCrushers.LoveHate.AbstractAuraTrigger | |
virtual void | Awake () |
virtual void | HandleOnTriggerEnter (GameObject other) |
virtual bool | ShouldAffect (FactionMember other) |
virtual void | Affect (FactionMember other) |
Additional Inherited Members | |
Public Member Functions inherited from PixelCrushers.LoveHate.AbstractAuraTrigger | |
virtual void | TryAffect (FactionMember other) |
Public Member Functions inherited from PixelCrushers.LoveHate.AbstractTriggerInteractor | |
virtual FactionMember | GetFactionMember (GameObject other) |
Gets the FactionMember on a GameObject. | |
Public Attributes inherited from PixelCrushers.LoveHate.AbstractAuraTrigger | |
float | timeBetweenEffects = 300f |
At least this many seconds must pass before affecting the same character. | |
float | impact |
float | aggression |
bool | debug = false |
Public Attributes inherited from PixelCrushers.LoveHate.AbstractTriggerInteractor | |
int | cacheSize = 32 |
The max size of the cache of other GameObjects to keep track of. | |
Applies an aura effect when a faction member enters the trigger.
|
inlineprotectedvirtual |
|
inlinestatic |
For optional UtopiaWorx Zone Controller integration.