Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.UnityUITextTemplate Class Reference

Unity UI template for text. More...

Inheritance diagram for PixelCrushers.QuestMachine.UnityUITextTemplate:
Collaboration diagram for PixelCrushers.QuestMachine.UnityUITextTemplate:

Public Member Functions

virtual void Awake ()
 
void Assign (string text)
 Assigns a text string to the UI element.
 
bool Matches (string text)
 
- Public Member Functions inherited from PixelCrushers.QuestMachine.UnityUIContentTemplate
virtual void Despawn ()
 

Properties

UITextField text [get, set]
 Text UI element.
 

Detailed Description

Unity UI template for text.

Member Function Documentation

◆ Assign()

void PixelCrushers.QuestMachine.UnityUITextTemplate.Assign ( string  text)
inline

Assigns a text string to the UI element.

Parameters
textText string.

◆ Awake()

virtual void PixelCrushers.QuestMachine.UnityUITextTemplate.Awake ( )
inlinevirtual

◆ Matches()

bool PixelCrushers.QuestMachine.UnityUITextTemplate.Matches ( string  text)
inline

Property Documentation

◆ text

UITextField PixelCrushers.QuestMachine.UnityUITextTemplate.text
getset

Text UI element.


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