|
ActionAdventureKit 1.9.3
|
simple generic version of trigger item, counterpart to GenericTriggerArea
this one is most likely situated on the character while the area is some part of the level
Public Attributes | |
| UnityEvent | Started |
| CharacterBase | Character |
| string | Key |
| UnityEvent< CharacterBase > | CharacterAdded |
| UnityEvent< CharacterBase > | CharacterRemoved |
| CharacterInstructionBase[] | Instructions |
| string | EnterMessage |
| string | ExitMessage |
Public Attributes inherited from AdventureCore.TriggerItem< GenericTriggerArea, GenericTriggerItem > | |
| UnityEvent< TArea > | AreaAdded |
| UnityEvent< TArea > | AreaRemoved |
Protected Member Functions | |
| override void | onAreaAdded (GenericTriggerArea area) |
| override void | onAreaRemoved (GenericTriggerArea area) |
Protected Member Functions inherited from AdventureCore.TriggerItem< GenericTriggerArea, GenericTriggerItem > | |
| virtual void | OnEnable () |
| virtual void | OnDisable () |
| virtual void | onAreaAdded (TArea area) |
| virtual void | onAreaRemoved (TArea area) |
Properties | |
| string[] | Keys [get] |
| CharacterBase | AssociatedCharacter [get] |
| character that owns or is otherwise associted with the object | |
Properties inherited from AdventureCore.TriggerItem< GenericTriggerArea, GenericTriggerItem > | |
| IReadOnlyList< TArea > | Areas [get] |
Properties inherited from AdventureCore.ICharacterAssociator | |
Additional Inherited Members | |
Public Member Functions inherited from AdventureCore.TriggerItem< GenericTriggerArea, GenericTriggerItem > | |
| virtual void | AddArea (TArea area) |
| virtual void | RemoveArea (TArea area) |
Protected Attributes inherited from AdventureCore.TriggerItem< GenericTriggerArea, GenericTriggerItem > | |
| List< TArea > | _areas |
|
get |
character that owns or is otherwise associted with the object
Implements AdventureCore.ICharacterAssociator.