Class UIStagingOptionChangeEventArgs
Class UIStagingOptionChangeEventArgs.
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public class UIStagingOptionChangeEventArgs : EventArgs
Fields
index
The index
Declaration
public int index
Field Value
Type | Description |
---|---|
Int32 |
name
The name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
stagingOption
The staging option
Declaration
public StagingType stagingOption
Field Value
Type | Description |
---|---|
StagingType |