Are attachments rendered if their Slot has its color alpha value set to 0?
Mostly just curious - I have a Slot that has a couple attachments, and in Unity I'm checking which attachment is selected and doing stuff based on that. Also in Unity, I'm setting the Slot's color alpha to 0, since I don't want to actually see the attachments (just using them to drive some code). So was wondering if the selected Attachment is still getting rendered.
This is only being used for 2 Slots, so it isn't an optimization crisis or anything if they are still being rendered with 0 alpha haha 😃
Thanks!