Liberi
An exergame built for kids with CP!
StickerManager Class Reference

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]
 

Detailed Description

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.

Member Function Documentation

static void StickerManager.HideAllStickers ( )
inlinestatic

Hide all Stickers regardless of tag.

Definition at line 80 of file StickerManager.cs.

static void StickerManager.HideStickers ( string  tag)
inlinestatic

Hide all Stickers for a given tag.

Definition at line 66 of file StickerManager.cs.

static void StickerManager.RegisterSticker ( Sticker  sticker)
inlinestatic

Register a sticker with the manager so that the manager know about the stickers existence.

Definition at line 28 of file StickerManager.cs.

static void StickerManager.ShowStickers ( string  tag)
inlinestatic

Show all Stickers for a given tag.

Definition at line 49 of file StickerManager.cs.

static void StickerManager.UnregisterSticker ( Sticker  sticker)
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.


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