docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ValueKind

    The kind of JSON value a Value represents.

    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    public enum ValueKind : byte

    Fields

    Name Description
    Array

    A JSON array.

    False

    The JSON literal false.

    Null

    The JSON literal null.

    Number

    A JSON number.

    Object

    A JSON object (a set of key/value properties).

    String

    A JSON string.

    True

    The JSON literal true.

    Undefined

    No value (as distinct from Null).

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)