Renderable::GetTransparentAttachment
Defined in:
Returns the transparent attachment.
C4Renderable.h
Prototype
Renderable *GetTransparentAttachment(void) const;
Description
The GetTransparentAttachment
function returns the object that is attached to a renderable to enforce a particular transparency sorting order. For more information about transparent attachments, see the Renderable::SetTransparentAttachment
function.Initially, the transparent attachment is
nullptr
.
See Also
Renderable::SetTransparentAttachment