Interactable Animation ControllerΒΆ
The Interactable Animation Controller Component is a Script that can be attached to an Interactable object in order to perform Animations when interacting with it with an Interactor. In case of Hand Interactors, it is possible to perform Animations on the Interactable when the user grabs the object and when the Interactable is activated.
The Interactable Animation Controller Component consists of the following attributes:
Attribute |
Explanation |
---|---|
Interactable |
The Interactable object that will perform the Animation. |
Animator |
The Animator of the Interactable object. |
Selection Intensity Animator Float Value |
The float parameter that the selection intensity will be passed to. Value is in range [0, 1). |
Activation Intensity Animator Float Value |
The float parameter that the activation intensity will be passed to. Value is in range [0, 1). |