ColorMaterial.TexCoordMode 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.
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