Class GltfMesh
public class GltfMesh : GltfIdObject
- Inheritance
-
GltfMesh
- Inherited Members
Properties
Kind
public override GltfObjectKind Kind { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Primitives
public List<GltfMeshPrimitive> Primitives { get; }
Property Value
Weights
public float[]? Weights { get; set; }
Property Value
- float[]