FindObjectsSortMode
Options to specify if and how to sort objects returned by a function.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum FindObjectsSortMode
Fields
Value | Description |
|---|---|
| InstanceID | Sort the objects by InstanceID in ascending order. |
| None | Don't sort the objects. |