realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
MIT License
3 stars 0 forks source link

Rename InteractionAction to InteractionBehaviour #93

Closed FejZa closed 9 months ago

FejZa commented 9 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

Renamed the concept of InteractionAction to InteractionBehaviour as it makes more sense and is less confusing. Similar to how GameObjects are somewhat defined by the Components (MonoBehaviours) attached to them, an Interactable is defined by the InteractionBehaviours attached to it.