Table of Contents

Class ProductMixingProfile

Namespace
S1API.Products
Assembly
S1API.dll

Opts a logical product kind into native mixing through an explicit native map strategy.

public sealed class ProductMixingProfile
Inheritance
ProductMixingProfile
Inherited Members
Extension Methods

Properties

MixerMap

Gets the native mixer-map execution strategy selected for this logical kind.

public ProductMixingMap MixerMap { get; }

Property Value

ProductMixingMap

OutputFactoryIdentity

Gets the stable identity used to compare output-factory behavior across peers.

public string OutputFactoryIdentity { get; }

Property Value

string

OutputFactoryVersion

Gets the output-factory compatibility version used across peers.

public int OutputFactoryVersion { get; }

Property Value

int

ProductKind

Gets the opted-in logical product kind.

public ProductKind ProductKind { get; }

Property Value

ProductKind

UsePropertyColorMixing

Gets whether generated outputs use a native-style color derived from their properties.

public bool UsePropertyColorMixing { get; }

Property Value

bool