ActionAdventureKit 1.8.0
|
point to be locked on by LockOnManager
inherit from this and override Show and Hide to react in some way(showing a some lock on visual in 3d space instead of some 2d overlay for example)
Public Member Functions | |
virtual void | Show () |
virtual void | Hide () |
![]() | |
virtual void | AddArea (TArea area) |
virtual void | RemoveArea (TArea area) |
Public Attributes | |
CharacterBase | Character |
CharacterActionBase | Action |
![]() | |
UnityEvent< TArea > | AreaAdded |
UnityEvent< TArea > | AreaRemoved |
Properties | |
bool | IsVisible [get] |
CharacterBase | AssociatedCharacter [get] |
character that owns or is otherwise associted with the object | |
![]() | |
IReadOnlyList< TArea > | Areas [get] |
![]() |
Additional Inherited Members | |
![]() | |
virtual void | OnEnable () |
virtual void | OnDisable () |
virtual void | onAreaAdded (TArea area) |
virtual void | onAreaRemoved (TArea area) |
![]() | |
List< TArea > | _areas |
|
get |
character that owns or is otherwise associted with the object
Implements AdventureCore.ICharacterAssociator.