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
|
| Override |
bool |
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| AddFrame |
void |
static
|
| AddMouseOverWindow |
void |
static
|
| GetFrames |
List |
static
|
| IsMouseOverFrame |
bool |
static
|
| IsOverUiWindow |
bool |
static
|
| RemoveFrame |
void |
static
|
| Remove |
void |
static
|