Class ContextRelatedData
Used to store context related data on a PackSet or a Configuration.
Namespace: Unity.Industrial.Forma.Core
Syntax
public class ContextRelatedData : MonoBehaviour
Properties
ContextValues
Gets the context values.
Declaration
public IReadOnlyList<string> ContextValues { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<String> | The context values. |
Methods
AddValue(String)
Adds the value.
Declaration
public void AddValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value | The value. |
RemoveValue(Int32)
Removes the value.
Declaration
public void RemoveValue(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The index. |