Page cover image

Set Achievement Description

Like what your seeing?

Introduction

Reads the achievement name from the configured achievement

Definition

[RequireComponent(typeof(TextMeshProUGUI))]
public class SetAchievementDescription : MonoBehaviour

Fields and Attributes

Achievement

public AchievementObject achievement;

The achievement we should load for.

Methods

Refresh

public void Refresh()

Refresh the description.

Last updated