Click or drag to resize

EngageableObjectMoveTowards Method

Moves this object by applying the velocity

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void MoveTowards(
	UnityEngine.Vector3 velocityTarget
)

Parameters

velocityTarget
Type: UnityEngine.Vector3
See Also