Class ChannelBuilder

ChannelBuilder class

Represents a material channel at MaterialBuilder.

public class ChannelBuilder

Properties

NameDescription
Key { get; }Gets the ChannelBuilder name. It must be a name of KnownChannel.
Parameter { get; set; }Gets or sets the ChannelBuilder parameter.
Parameters { get; }Gets the collection of parameters of this channel
Texture { get; }
static ContentComparer { get; }Gets an equality comparer that deep compares the internal fields and collections.

Methods

NameDescription
GetValidTexture()
RemoveTexture()
UseTexture()
static AreEqualByContent(ChannelBuilder, ChannelBuilder)
static GetContentHashCode(ChannelBuilder)

See Also