aers / FFXIVClientStructs

Resources for reverse-engineering the FFXIV client's native classes.
MIT License
224 stars 157 forks source link

Add AtkClippingMaskNode #1031

Closed ItsBexy closed 3 months ago

ItsBexy commented 3 months ago

This is essentially an image node with a monochrome texture loaded, which serves as a mask for other nodes in the draw list.

Every example I've found of this type has been located within an AtkComponentNode, rather than being in the Addon's main node list. The mask is seemingly applied to the NextSiblingNode and to all subsequent siblings within the Component. It is not applied to previous sibling nodes, or to nodes outside the Component.

github-actions[bot] commented 3 months ago

Breaking Changes

Member exists in left but not in right

FFXIVClientStructs.FFXIV.Component.GUI: 1

NodeType: 1