Struct Property
A single property (key/value pair) of a JSON object Value.
Inherited Members
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 |