Class BlendedOverlayTexture
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
Defines a texture to be overlayed on another texture. Open in GitHub
[DocumentAsJson]
public class BlendedOverlayTexture
- Inheritance
-
BlendedOverlayTexture
Fields
Base (Required)
The path to the texture to use as an overlay.
[DocumentAsJson("Required", "", false)]
public AssetLocation Base
Field Value
BlendMode (Optional) (Default: Normal)
The type of blend for each pixel.
[DocumentAsJson("Optional", "Normal", false)]
public EnumColorBlendMode BlendMode