Enum EnumItemRenderTarget
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
The render taget for an item stack Open in GitHub
public enum EnumItemRenderTarget
- Extension Methods
Fields
Ground = 4Rendered when dropped on the ground
Gui = 0Rendered in a UI, usually the inventory
[Obsolete("Use HandTp instead")] HandFp = 1Rendered in the players hand, first person mode
HandTp = 2Rendered in the players hand, third person mode
HandTpOff = 3Rendered in the players off hand, third person mode