Click or drag to resize

EngageableObjectRestrictMovement Method

Override this to restrict movement direction in some way. Default behavior is to return the direction unmodified.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected virtual UnityEngine.Vector3 RestrictMovement(
	UnityEngine.Vector3 direction
)

Parameters

direction
Type: UnityEngine.Vector3

Return Value

Type: UnityEngine.Vector3
See Also