PbrMaterial.TexCoordScale Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Facteurs de mise à l’échelle pour les coordonnées de texture.
public:
property Microsoft::Azure::RemoteRendering::Float2 TexCoordScale { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 TexCoordScale { get; set; }
member this.TexCoordScale : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property TexCoordScale As Float2
Valeur de propriété
Remarques
Utilisé pour répéter/mosaïquer des textures. Par exemple, le passage (4, 2) répète la texture 4 fois le long de la coordonnée de texture U et 2 fois le long de V.
Une InvalidParam erreur se produit si la valeur est NaN ou infinie.