Table of Contents

Class ProductMixingOutput

Namespace
S1API.Products
Assembly
S1API.dll

Supplies deterministic, runtime-independent input to a custom mixing-output factory.

public sealed class ProductMixingOutput
Inheritance
ProductMixingOutput
Inherited Members
Extension Methods

Properties

MixName

Gets the player-selected display name for the output.

public string MixName { get; }

Property Value

string

OutputId

Gets the stable ID allocated by the native mixing flow.

public string OutputId { get; }

Property Value

string

SourceKind

Gets the source logical product kind.

public ProductKind SourceKind { get; }

Property Value

ProductKind

SourcePrice

Gets the source product's current base price.

public float SourcePrice { get; }

Property Value

float

SourceProductId

Gets the source custom-product ID.

public string SourceProductId { get; }

Property Value

string