Class VariantSetData
Class VariantSetData.
Namespace: UnityEngine.Industrial.Configuring.ImageServer
Syntax
[Serializable]
public class VariantSetData
Fields
features
The features
Declaration
public List<string> features
Field Value
Type | Description |
---|---|
List<String> |
id
The identifier
Declaration
public string id
Field Value
Type | Description |
---|---|
String |
selectedFeature
The selected feature
Declaration
public string selectedFeature
Field Value
Type | Description |
---|---|
String |