Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindObjectsSortMode

Options to specify if and how to sort objects returned by a function.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Deprecated. FindObjectsSortMode has been deprecated. Use the FindObjectsByType overloads that do not take a FindObjectsSortMode parameter.
public enum FindObjectsSortMode

Fields

Value

Description

InstanceIDSort the objects by InstanceID in ascending order.
NoneDon't sort the objects.