virtual ZRESULT isAlphaSeparate(bool* pInherited=NULL)=0;
Description
Specifies whether alpha separation is currently enabled.
Return value
ZRESULT_OK if alpha separation is enabled on this material or ZRESULT_FALSE
otherwise.
Parameters:
- pInherited
- Optional. Variable at this pointer will be set to true if
alpha blending is inherited from parent material or false
otherwise.
See Also:
- Interface overview and methods
- setAlphaSeparation method
- setAlphaBlend method