docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Property

    A single property (key/value pair) of a JSON object Value.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    public readonly ref struct Property

    Properties

    Key

    The property name.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Value

    The property value.

    Declaration
    public Value Value { get; }
    Property Value
    Type Description
    Value
    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)