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