Table of Contents

Class ComputeColorParameterSampler

Namespace
Stride.Rendering.Materials.ComputeColors
Assembly
Stride.Rendering.dll
[DataContract("ComputeColorParameterSampler")]
public class ComputeColorParameterSampler : IComputeColorParameter
Inheritance
ComputeColorParameterSampler
Implements

Constructors

ComputeColorParameterSampler()

public ComputeColorParameterSampler()

Properties

AddressModeU

The texture address mode.

[DataMember(20)]
public TextureAddressMode AddressModeU { get; set; }

Property Value

TextureAddressMode

AddressModeV

The texture address mode.

[DataMember(30)]
public TextureAddressMode AddressModeV { get; set; }

Property Value

TextureAddressMode

Filtering

The texture filtering mode.

[DataMember(10)]
public TextureFilter Filtering { get; set; }

Property Value

TextureFilter