Click or drag to resize

InteractableObject_isInteractableOnlyWhenParentEngaged Field

Note: If this object does not have an engageable object as a parent, this setting has no effect. If it does have an engageable object as a parent, this setting will control whether the parent needs to be engaged to allow this object to be interactable.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[UnityEngine.SerializeField]
private bool _isInteractableOnlyWhenParentEngaged

Field Value

Type: Boolean
See Also