Utility
This class contains static methods used for various purposes.
Bring to Front
When using the BringToFront method of this class, you are able to keep some ui elements always on top with the Always On Top component.
Static Methods
Name | Value | Summary |
---|---|---|
BringToFront |
void |
Brings the game object to the front.
static
|
BringToFront |
void |
Brings the game object to the front while specifing if re-parenting is allowed.
static
|
FindInParents |
T |
Finds the component in the game object's parents.
static
|