Example #1
0
 public static void SetAlpha(this Transform self, float alpha, bool isRecursive = true)
 {
     TransformUtil.SetAlpha(self, alpha, isRecursive);
 }