ExtendRealityLtd / Tilia.Interactions.Interactables.Unity

A variety of mechanisms for interacting between interactors and interactables in a spatial scene for the Unity software
MIT License
9 stars 3 forks source link

feat(Interactions): add IsVisible property to interactable #145

Closed thestonefox closed 1 year ago

thestonefox commented 1 year ago

The IsVisible property on the getter will return whether the interactable object is in its visible state which is the renderers are active and the colliders working.

When the IsVisible property is set to false then all of the renderers are disabled and all of the colliders are set to trigger colliders to mimmic the GameObject becoming invisible but still active within the scene.

ExtendReality-Bot commented 1 year ago

:tada: This PR is included in version 2.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: