Wobbly Life Mod SDK
 
Loading...
Searching...
No Matches
ModWobblyLife.ModWorldIcon Class Reference

A simple way to display ui icons in the world. More...

Inheritance diagram for ModWobblyLife.ModWorldIcon:

Public Member Functions

void Show (ModPlayerController playerController)
 Show for this player.
 
void Hide (ModPlayerController playerController)
 Hide for this player.
 
void SetSprite (Sprite sprite)
 Set the sprite of this icon.
 

Detailed Description

A simple way to display ui icons in the world.

Member Function Documentation

◆ Hide()

void ModWobblyLife.ModWorldIcon.Hide ( ModPlayerController  playerController)

Hide for this player.

Parameters
playerController

◆ SetSprite()

void ModWobblyLife.ModWorldIcon.SetSprite ( Sprite  sprite)

Set the sprite of this icon.

Parameters
sprite

◆ Show()

void ModWobblyLife.ModWorldIcon.Show ( ModPlayerController  playerController)

Show for this player.

Parameters
playerController