Interface IView<TView, TWindow>
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IView<TView, TWindow>
where TWindow : TView
Type Parameters
Name |
Description |
TView |
|
TWindow |
|
Properties
Alpha
Declaration
float Alpha { get; set; }
Property Value
Type |
Description |
System.Single |
|
Interactable
Declaration
bool Interactable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Rect
Declaration
Property Value
Type |
Description |
UnityEngine.Rect |
|
Declaration
ITransform Transform { get; set; }
Property Value
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Window
Declaration
Property Value
Methods
Add(TView)
Declaration
Parameters
Type |
Name |
Description |
TView |
child |
|
BringToFront()
Declaration
FitToParent()
Declaration
SendToBack()
Declaration
Unload()
Declaration