Table of Contents

Class GltfMesh

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

Properties

Kind

public override GltfObjectKind Kind { get; }

Property Value

GltfObjectKind

Name

public string? Name { get; set; }

Property Value

string

Primitives

public List<GltfMeshPrimitive> Primitives { get; }

Property Value

List<GltfMeshPrimitive>

Weights

public float[]? Weights { get; set; }

Property Value

float[]