BaseMixedRealityLineDataProvider.GetVelocity(Single) Method

Definition

Gets the velocity along the line

public:
 UnityEngine::Vector3 GetVelocity(float normalizedLength);
public UnityEngine.Vector3 GetVelocity (float normalizedLength);
member this.GetVelocity : single -> UnityEngine.Vector3
Public Function GetVelocity (normalizedLength As Single) As Vector3

Parameters

normalizedLength
Single

Returns

UnityEngine.Vector3

Applies to