Table of Contents

Enum EnumShapeFormat

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Types of shape that can be loaded by the game.

public enum EnumShapeFormat

Fields

VintageStory = 0

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

Obj = 1

Imports a shape using an Obj file.

GltfEmbedded = 2

Imports a shape using a Gltf file.