PlayModeScenario
Base class for play mode scenario assets. This is used to configure the play mode behavior.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: Unity.PlayMode.Editor
- Assembly: UnityEditor
- Inherits from: ScriptableObject
public abstract class PlayModeScenario : ScriptableObject
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |