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