GTFO

Details

Last Updated
2 months ago
First Uploaded
2 months ago
Downloads
3.8K
Likes
1
Size
131KB
Dependency string
GTFOModding-TexturePainterAPI-1.0.3
Dependants

Categories

API

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

//Color Mask Texture should be grayscale texture!
texture.SetMaskTexture(Texture2D mask); //Mask Texture could contain mask texture as separate RGB channel
texture.SetTintColor(Color maskTint1, Color maskTint2, Color maskTint3); //maskTint1 = Tint for R Channel, maskTint2 = Tint for G Channel, maskTint3 = Tint for B Channel

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.