Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.AGUIElement.GUIElementRuntimeRegister Class Reference

Detailed Description

The engine-site register that bond DoloroUI and internal engine GUI callbacks.

Inheritance diagram for Doloro.UIEngine2.AGUIElement.GUIElementRuntimeRegister:
Collaboration diagram for Doloro.UIEngine2.AGUIElement.GUIElementRuntimeRegister:

Public Member Functions

void PutToPrecheckRegistry (AGUIElement element)
 Puts element to register that will call UI events for the element prior regular queue. More...
 
void ReleaseFromPrecheckRegistry (AGUIElement element)
 Releasing element from pre-check registry avoiding out of order events call for it. More...
 

Properties

static string MOUSE_X_AXIS = "Mouse X" [get, set]
 
static string MOUSE_Y_AXIS = "Mouse Y" [get, set]
 
static bool IsExists [get]
 Checks is the registry instance exists on the scene.
 
static GUIElementRuntimeRegister Active [get]
 Singleton instance.
 

Member Function Documentation

◆ PutToPrecheckRegistry()

void Doloro.UIEngine2.AGUIElement.GUIElementRuntimeRegister.PutToPrecheckRegistry ( AGUIElement  element)

Puts element to register that will call UI events for the element prior regular queue.

Parameters
element

Element not excluding from standard events queue. Order pf pre check registry executing can't be guarantied.

◆ ReleaseFromPrecheckRegistry()

void Doloro.UIEngine2.AGUIElement.GUIElementRuntimeRegister.ReleaseFromPrecheckRegistry ( AGUIElement  element)

Releasing element from pre-check registry avoiding out of order events call for it.

Parameters
elementElement to release.

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