Tanoda
UnityEngine.UI.Extensions.SoftMaskScript Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.SoftMaskScript:

Public Member Functions

Rect GetCanvasRect ()
 

Public Attributes

RectTransform MaskArea
 
Texture AlphaMask
 
float CutOff = 0
 
bool HardBlend = false
 
bool FlipAlphaMask = false
 
bool DontClipMaskScalingRect = false
 

Detailed Description

Definition at line 9 of file SoftMaskScript.cs.

Member Function Documentation

◆ GetCanvasRect()

Rect UnityEngine.UI.Extensions.SoftMaskScript.GetCanvasRect ( )

Definition at line 100 of file SoftMaskScript.cs.

Member Data Documentation

◆ AlphaMask

Texture UnityEngine.UI.Extensions.SoftMaskScript.AlphaMask

Definition at line 22 of file SoftMaskScript.cs.

◆ CutOff

float UnityEngine.UI.Extensions.SoftMaskScript.CutOff = 0

Definition at line 26 of file SoftMaskScript.cs.

◆ DontClipMaskScalingRect

bool UnityEngine.UI.Extensions.SoftMaskScript.DontClipMaskScalingRect = false

Definition at line 35 of file SoftMaskScript.cs.

◆ FlipAlphaMask

bool UnityEngine.UI.Extensions.SoftMaskScript.FlipAlphaMask = false

Definition at line 32 of file SoftMaskScript.cs.

◆ HardBlend

bool UnityEngine.UI.Extensions.SoftMaskScript.HardBlend = false

Definition at line 29 of file SoftMaskScript.cs.

◆ MaskArea

RectTransform UnityEngine.UI.Extensions.SoftMaskScript.MaskArea

Definition at line 19 of file SoftMaskScript.cs.


The documentation for this class was generated from the following file: