Enum EnumShapeFormat
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Types of shape that can be loaded by the game.
[DocumentAsJson]
public enum EnumShapeFormat
Methods
[DocumentAsJson] VintageStory = 0
(Recommended) Imports a shape using the default JSON system.
[DocumentAsJson] Obj = 1
Imports a shape using an Obj file.
[DocumentAsJson] GltfEmbedded = 2
Imports a shape using a Gltf file.