C4 Engine
C4 Engine API Documentation

Renderable::GetTransparentAttachment

Defined in:  C4Renderable.h
Returns the transparent attachment.
Prototype

Renderable *GetTransparentAttachment(voidconst;

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

Renderable::GetTransparentPosition

Renderable::SetTransparentPosition