Table of Contents

Class GltfScene

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public class GltfScene : GltfIdObject
Inheritance
GltfScene
Inherited Members

Properties

Kind

public override GltfObjectKind Kind { get; }

Property Value

GltfObjectKind

Name

public string? Name { get; set; }

Property Value

string

Nodes

public GltfRefList<GltfNode> Nodes { get; }

Property Value

GltfRefList<GltfNode>