Table of Contents

Class GltfCollection

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll

An empty object for storing glTF extra and extension properties.

public class GltfCollection : Dictionary<string, object?>, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IReadOnlyDictionary<string, object?>, IReadOnlyCollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
GltfCollection
Implements
Inherited Members

Constructors

GltfCollection(bool)

public GltfCollection(bool extensionMode = false)

Parameters

extensionMode bool

Methods

Parse(JsonElement)

public void Parse(JsonElement collection)

Parameters

collection JsonElement