Show / Hide Table of Contents

Interface IView<TView, TWindow>

Namespace: Pelican7.UIGraph
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
Rect Rect { get; }
Property Value
Type Description
UnityEngine.Rect

Transform

Declaration
ITransform Transform { get; set; }
Property Value
Type Description
ITransform

Visible

Declaration
bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Window

Declaration
TWindow Window { get; }
Property Value
Type Description
TWindow

Methods

Add(TView)

Declaration
void Add(TView child)
Parameters
Type Name Description
TView child

BringToFront()

Declaration
void BringToFront()

FitToParent()

Declaration
void FitToParent()

SendToBack()

Declaration
void SendToBack()

Unload()

Declaration
void Unload()
Back to top © 2019 Pelican 7 LTD. All rights reserved.