Interface IVisibilityManager
Visibility manager that handles showing and hiding Unity objects
Namespace: i5.Toolkit.Core.AppConsole
Assembly: cs.temp.dll.dll
Syntax
public interface IVisibilityManager
Properties
IsVisible
If true, an object is visible
Declaration
bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |