Version: 2021.3
LanguageEnglish
  • C#

ValueType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Search value supported types.

Properties

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.