Class ProductSource.ProductReferenceArgs
Class ProductReferenceArgs.
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
[Serializable]
public class ProductReferenceArgs
Properties
Products
Gets the products.
Declaration
public List<AssetProductReference> Products { get; }
Property Value
Type | Description |
---|---|
List<AssetProductReference> | The products. |