Share via


ColorMaterial.TexCoordMode Property

Definition

Defines the mode that is used to produce texture coordinates for the albedo texture. This mode is ignored if this material does not use a texture. See TextureCoordinateGenerationMode for the supported modes.

public:
 property Microsoft::Azure::RemoteRendering::TextureCoordinateGenerationMode TexCoordMode { Microsoft::Azure::RemoteRendering::TextureCoordinateGenerationMode get(); void set(Microsoft::Azure::RemoteRendering::TextureCoordinateGenerationMode value); };
public Microsoft.Azure.RemoteRendering.TextureCoordinateGenerationMode TexCoordMode { get; set; }
member this.TexCoordMode : Microsoft.Azure.RemoteRendering.TextureCoordinateGenerationMode with get, set
Public Property TexCoordMode As TextureCoordinateGenerationMode

Property Value

Applies to