BaseMixedRealityLineDataProvider.SetPoint(Int32, Vector3) Method
Definition
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.
Sets a point in the line This function is not guaranteed to have an effect
public:
void SetPoint(int pointIndex, UnityEngine::Vector3 point);
public void SetPoint (int pointIndex, UnityEngine.Vector3 point);
member this.SetPoint : int * UnityEngine.Vector3 -> unit
Public Sub SetPoint (pointIndex As Integer, point As Vector3)
Parameters
- pointIndex
- Int32
- point
- UnityEngine.Vector3