AtavismUiSystem Class

Summary

User interface system. Keeps track of what frames the users mouse is over etc.
Namespace
Atavism
Base Types
  • object
graph BT Type-->Base0["object"] Type["AtavismUiSystem"] class Type type-node

Syntax

public class AtavismUiSystem

Properties

Name Value Summary
MouseOverFrame bool
static
OverrideFrameDetection bool
static

Methods

Name Value Summary
AddFrame(string, Rect) void
static
AddMouseOverWindow(string) void
static
GetFrames(Vector2) List<Rect>
static
IsMouseOverFrame() bool
static
IsOverUiWindow() bool
static
RemoveFrame(string, Rect) void
static
RemoveMouseOverWindow(string) void
static