Bearbeiten

Share via


MixedRealityLineRenderer.Positions Property

Definition

Gets the LineRenderer points

public:
 property System::Collections::Generic::IReadOnlyList<UnityEngine::Vector3> ^ Positions { System::Collections::Generic::IReadOnlyList<UnityEngine::Vector3> ^ get(); };
public System.Collections.Generic.IReadOnlyList<UnityEngine.Vector3> Positions { get; }
member this.Positions : System.Collections.Generic.IReadOnlyList<UnityEngine.Vector3>
Public ReadOnly Property Positions As IReadOnlyList(Of Vector3)

Property Value

IReadOnlyList<UnityEngine.Vector3>

Applies to