Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

FindObjectsSortMode

enumeration

Description

Options to specify if and how to sort objects returned by a function.

Properties

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