Click or drag to resize

AddForceOnDisengagedReactionApplyDefaultForce Method

Applies a default force to a disengaged object

Namespace:  ImmerseSDK.Interaction.Reactions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static bool ApplyDefaultForce(
	UnityEngine.Rigidbody rigidBody,
	ControllerLocal controller
)

Parameters

rigidBody
Type: UnityEngine.Rigidbody
The Rigidbody to apply the force to
controller
Type: ImmerseSDK.ControllersControllerLocal
The controller that had previously engaged the object

Return Value

Type: Boolean
See Also