![]() |
Liberi
An exergame built for kids with CP!
|
The manager class of all Sticker objects. Stickers are generic GUI objects used for various purposes like player name display, health bars, and showing helper points toward off screen objects. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
static void | RegisterSticker (Sticker sticker) |
Register a sticker with the manager so that the manager know about the stickers existence. More... | |
static void | UnregisterSticker (Sticker sticker) |
Unregister a sticker when a sticker is destroyed and not to be used any more (such as a player leaving a game and their avatar despawning, or a player changing scenes). More... | |
static void | ShowStickers (string tag) |
Show all Stickers for a given tag. More... | |
static void | HideStickers (string tag) |
Hide all Stickers for a given tag. More... | |
static void | HideAllStickers () |
Hide all Stickers regardless of tag. More... | |
Properties | |
static Transform | Canvas [get] |
The manager class of all Sticker objects. Stickers are generic GUI objects used for various purposes like player name display, health bars, and showing helper points toward off screen objects.
Definition at line 9 of file StickerManager.cs.
|
inlinestatic |
Hide all Stickers regardless of tag.
Definition at line 80 of file StickerManager.cs.
|
inlinestatic |
Hide all Stickers for a given tag.
Definition at line 66 of file StickerManager.cs.
|
inlinestatic |
Register a sticker with the manager so that the manager know about the stickers existence.
Definition at line 28 of file StickerManager.cs.
|
inlinestatic |
Show all Stickers for a given tag.
Definition at line 49 of file StickerManager.cs.
|
inlinestatic |
Unregister a sticker when a sticker is destroyed and not to be used any more (such as a player leaving a game and their avatar despawning, or a player changing scenes).
Definition at line 41 of file StickerManager.cs.