Details

Last Updated
last year
First Uploaded
last year
Downloads
2.6K
Likes
1
Size
131KB
Dependency string
GTFOModding-TexturePainterAPI-1.0.2
Dependants

Categories

API

var texture = new PaintableMaskedTexture(Texture2D mainTexture); //This texture should contains full color info
texture.SetMainTexture(Texture2D newMainTexture);

//Color Mask Texture should be grayscale texture!
texture.SetMaskTexture(Texture2D mask1, Texture2D mask2, Texture2D mask3); //1, 2 Mask Overload exists
texture.SetTintColor(Color maskTint1, Color maskTint2, Color maskTint3); //1, 2 Color Overload exists

targetMat.mainTexture = texture.CurrentTexture; //This returns RenderTexture
texture.CreateCopy();
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.