SplineDataProvider.GetPointInternal Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetPointInternal(Int32) |
Get a point based on point index Point index will be pre-clamped |
GetPointInternal(Single) |
Get a point based on normalized distance along line Normalized distance will be pre-clamped |
Get a point based on point index Point index will be pre-clamped
C++
protected:
override UnityEngine::Vector3 GetPointInternal(int pointIndex);
protected override UnityEngine.Vector3 GetPointInternal (int pointIndex);
override this.GetPointInternal : int -> UnityEngine.Vector3
Protected Overrides Function GetPointInternal (pointIndex As Integer) As Vector3
Parameters
- pointIndex
- Int32
Returns
UnityEngine.Vector3
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
Get a point based on normalized distance along line Normalized distance will be pre-clamped
C++
protected:
override UnityEngine::Vector3 GetPointInternal(float normalizedDistance);
protected override UnityEngine.Vector3 GetPointInternal (float normalizedDistance);
override this.GetPointInternal : single -> UnityEngine.Vector3
Protected Overrides Function GetPointInternal (normalizedDistance As Single) As Vector3
Parameters
- normalizedDistance
- Single
Returns
UnityEngine.Vector3
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |