Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.IWindowRuntimeRegisterEntry Interface Reference

Detailed Description

Declares members for classes that could be part of complex multi-layer windows register.

Inheritance diagram for Doloro.UIEngine2.IWindowRuntimeRegisterEntry:

Public Member Functions

void Open ()
 Calls register entry to open. More...
 
void Hide ()
 Calls register entry to hide. More...
 
void Close ()
 Calls register entry to close. More...
 

Properties

WindowStateOptions WindowState [get]
 Returns state of the entry. More...
 
Vector2 Position [get, set]
 Position of the entry at the world. More...
 
Vector2 Size [get, set]
 Size of the entry. More...
 
Rect ScreenSpaceRect [get, set]
 Entry in screen space coordinates. More...
 

Member Function Documentation

◆ Close()

void Doloro.UIEngine2.IWindowRuntimeRegisterEntry.Close ( )

Calls register entry to close.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.

◆ Hide()

void Doloro.UIEngine2.IWindowRuntimeRegisterEntry.Hide ( )

Calls register entry to hide.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.

◆ Open()

void Doloro.UIEngine2.IWindowRuntimeRegisterEntry.Open ( )

Calls register entry to open.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.

Property Documentation

◆ Position

Vector2 Doloro.UIEngine2.IWindowRuntimeRegisterEntry.Position
getset

Position of the entry at the world.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.

◆ ScreenSpaceRect

Rect Doloro.UIEngine2.IWindowRuntimeRegisterEntry.ScreenSpaceRect
getset

Entry in screen space coordinates.

Implemented in Doloro.UIEngine2.Window.WindowsLayer.

◆ Size

Vector2 Doloro.UIEngine2.IWindowRuntimeRegisterEntry.Size
getset

Size of the entry.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.

◆ WindowState

WindowStateOptions Doloro.UIEngine2.IWindowRuntimeRegisterEntry.WindowState
get

Returns state of the entry.

Implemented in Doloro.UIEngine2.Window.WindowsLayer, and Doloro.UIEngine2.Window.


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