kwozniak992 yazdıIt should works like masks in unity.
If you really want your skeleton to mask any blood-stain images, you would need to e.g. render the skeleton to the stencil buffer. Then you would render the blood effect where it passes the stencil test. This requires custom shaders to work however.
The easiest solution by far should be to simply create duplicates of your attachments, stained with blood. Then swap your clean attachments with your blood-stained versions when needed.