Version: 2022.3
LanguageEnglish
  • C#

PropertyDatabaseType

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

An enum representing the type of data stored in a record.

Properties

NoneIndicates that nothing is stored in the record.
FixedStringIndicates that a fixed length string is stored in the record.
StringIndicates that a string is stored in the record.
BoolIndicates that a bool is stored in the record.
ByteIndicates that a byte is stored in the record.
ShortIndicates that a short integer is stored in the record.
UnsignedShortIndicates that an unsigned short integer is stored in the record.
IntegerIndicates that an integer is stored in the record.
UnsignedIntegerIndicates that an unsigned integer is stored in the record.
LongIndicates that a long integer is stored in the record.
UnsignedLongIndicates that an unsigned long integer is stored in the record.
DoubleIndicates that a double is stored in the record.
FloatIndicates that a float is stored in the record.
GlobalObjectIdIndicates that a global object id is stored in the record.
Vector4Indicates that a Vector4 is stored in the record.
ColorIndicates that a Color is stored in the record.
Color32Indicates that a Color32 is stored in the record.
InstanceIdIndicates that an instance id is stored in the record.
GameObjectPropertyIndicates that a game object property is stored in the record.
VolatileIndicates that a volatile object is stored in the record.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961