glTF Child of Root Property

interface IChildRootProperty {
    extensions?: Record<string, unknown>;
    extras?: Record<string, unknown>;
    name?: string;
}

Hierarchy (view full)

Properties

extensions?: Record<string, unknown>

Dictionary object with extension-specific objects

extras?: Record<string, unknown>

Application-Specific data

name?: string

The user-defined name of this object