Class ProductMixingOutput
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
OutputId
Gets the stable ID allocated by the native mixing flow.
public string OutputId { get; }
Property Value
SourceKind
Gets the source logical product kind.
public ProductKind SourceKind { get; }
Property Value
SourcePrice
Gets the source product's current base price.
public float SourcePrice { get; }
Property Value
SourceProductId
Gets the source custom-product ID.
public string SourceProductId { get; }