API reference

InteractableGroup Class

Extends MonoBehaviour
This class implements higher level logic to share the number of max max interactors acting on this group of interactors at a time.

Properties

object Data[Get]

Protected Fields

bool _started[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectAllInteractableGroup
( List< IInteractable > interactables )
void InjectInteractables
( List< IInteractable > interactables )
void InjectOptionalData
( object data )