Table of Contents

Enum EnumShapeFormat

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Types of shape that can be loaded by the game. Open in GitHub

[DocumentAsJson]
public enum EnumShapeFormat
Extension Methods

Fields

[DocumentAsJson] GltfEmbedded = 2

Imports a shape using a Gltf file.

[DocumentAsJson] Obj = 1

Imports a shape using an Obj file.

[DocumentAsJson] VintageStory = 0

(Recommended) Imports a shape using the default JSON system.