Class SetupAction
Class to hold the setup action and its order.
Implements
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public record SetupAction : IEquatable<SetupAction>
Properties
Action
The action to be performed.
Declaration
public Action Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Action |
DeclaringType
The type that declared the action. This is used to identify the action in the setup process.
Declaration
public Type DeclaringType { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |
Order
The order in which to run the action. Lower numbers are run first.
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |