enum InteractorActivation
This describes how an interactor activates elements. Does it use the physical position of the interactor, or the activation state?
Enum Values
| Position | This interactor uses its motion position to determine the element activation. |
| State | This interactor uses its active state to determine element activation. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!