Bearbeiten

SpatialAwarenessSceneObject.MeshData.UVs Property

Definition

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[]

Applies to