SpatialAwarenessSceneObject.Meshes 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.
The list of meshes associated with the scene object.
public:
property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::SpatialAwareness::SpatialAwarenessSceneObject::MeshData ^> ^ Meshes { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::SpatialAwareness::SpatialAwarenessSceneObject::MeshData ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness.SpatialAwarenessSceneObject.MeshData> Meshes { get; }
member this.Meshes : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness.SpatialAwarenessSceneObject.MeshData>
Public ReadOnly Property Meshes As List(Of SpatialAwarenessSceneObject.MeshData)