Class MaskingManager
Inheritance
MaskingManager
Syntax
public static class MaskingManager
Fields
MaskingEnabled
Master control for masking and highlighting.
Declaration
public static UserSetting<bool> MaskingEnabled
Field Value
Properties
highlightAnimationDelay
Declaration
public static float highlightAnimationDelay { get; set; }
Property Value
highlightAnimationSpeed
Declaration
public static float highlightAnimationSpeed { get; set; }
Property Value
Methods
AddMaskToView(GUIViewProxy, VisualElement)
Declaration
public static void AddMaskToView(GUIViewProxy view, VisualElement child)
Parameters
Mask(UnmaskedView.MaskData, Color, UnmaskedView.MaskData, Color, Color, Single)
Declaration
public static void Mask(UnmaskedView.MaskData unmaskedViewsAndRegionsMaskData, Color maskColor, UnmaskedView.MaskData highlightedRegionsMaskData, Color highlightColor, Color blockedInteractionsColor, float highlightThickness)
Parameters
Unmask()
Declaration
public static void Unmask()