Last updated: Sep 8, 2022

Introduction

The Element Text class acts as a base class for all interface elements that have text. It is very helpful as it handles some more boilerplate and also inherits from Element, making it easier to just write what we need!

You can find the Element Text script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Interface\ElementText.cs

Fields

Text Mesh. Reference to this element’s TextMesh component.