public float GetInheritedAlpha ();

Valor de retorno

float The calculated inherited alpha.

Descripción

Get the final inherited alpha calculated by including all the parent alphas from included parent CanvasGroups.

Alpha is calculated by getting the alpha from all parent CanvasGroups (if GetIgnoreParentGroups is false) and multiplying the original alpha.