virtual ZRESULT getOpacity(float& fOpacity, bool* pInherited=NULL)=0;
Description
Provides material opacity level.
Parameters:
- fOpacity
- Ret-val argument with material opacity.
- pInherited
- Optional. Variable at this pointer is set to
true, if opacity is inherited or flase if it's not.
See Also:
- Interface overview and methods
- setOpacity method