SpatialAwarenessSceneObject.MeshData.Vertices Property
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.
Vertices of the mesh.
public:
property cli::array <UnityEngine::Vector3> ^ Vertices { cli::array <UnityEngine::Vector3> ^ get(); void set(cli::array <UnityEngine::Vector3> ^ value); };
public UnityEngine.Vector3[] Vertices { get; set; }
member this.Vertices : UnityEngine.Vector3[] with get, set
Public Property Vertices As Vector3()
Property Value
UnityEngine.Vector3[]