Class BlendedOverlayTexture
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
Defines a texture to be overlayed on another texture.
[DocumentAsJson]
public class BlendedOverlayTexture
- Inheritance
-
BlendedOverlayTexture
- Inherited Members
- Extension Methods
Fields
Base
The path to the texture to use as an overlay.
[DocumentAsJson]
public AssetLocation Base
Field Value
BlendMode
The type of blend for each pixel.
[DocumentAsJson]
public EnumColorBlendMode BlendMode
Field Value
Methods
Clone()
public BlendedOverlayTexture Clone()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
ToString(StringBuilder)
public void ToString(StringBuilder sb)