[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Search.PropertyDatabaseType.html [Back]  [Original]

Unity - Scripting API: PropertyDatabaseType
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

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

    Properties

    Property Description
    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.

    Web Proxy Viewer  |  New URL  |  Original Page