![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
virtual void | SortInteractions () |
virtual void | Remove (BaseInteraction interaction) |
virtual bool | InteractionAvailable (InteractionType type, string customType) |
virtual BaseInteraction | GetFirstAvailable (InteractionType type, string customType) |
virtual bool | Interact () |
virtual bool | Interact (InteractionType type, string customType) |
Public Attributes | |
bool | interactWithNearest = false |
bool | nearestIgnoreHeightDistance = false |
Vector3 | nearestOffset = Vector3.zero |
Protected Attributes | |
bool | interacting = false |
List< BaseInteraction > | list = new List<BaseInteraction>() |
List< BaseInteraction > | triggerList = new List<BaseInteraction>() |
InteractionDistanceSorter | sorter |
Vector3 | lastPosition |
Properties | |
virtual int | AvailableCount [get] |