Version: 2022.3

ValueType

enumeration

切换到手册

描述

Search value supported types.

变量

NilIndicates that the search value is null.
BoolIndicates that the search value is a Boolean value.
NumberIndicates that the search value is a numeric value.
TextIndicates that the search value is a text value.
ColorIndicates that the search value is a UnityEngine.Color value.
EnumIndicates that the search value is an enum value holding the text and integer representation of the Enum.
ObjectIndicates that the search value is an UnityEngine.Object.
Vector2Indicates that the search value hold a UnityEngine.Vector2 value.
Vector3Indicates that the search value hold a UnityEngine.Vector3 value.
Vector4Indicates that the search value hold a UnityEngine.Vector4 value.