public float GetInheritedAlpha();
Returns
float The calculated inherited alpha.
Description 描述
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.