Click or drag to resize

Pickup_isThrowable Field

Indicates this object can be thrown when picked up. This means we add a slight upwards force on disengagement to make it feel better in VR.

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 _isThrowable

Field Value

Type: Boolean
See Also