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