ResultText - ORF-4450/PitScouting GitHub Wiki

Variables

Functions

setText()

setText(string)

setText sets the object's Text component to the input string.

OnDisable()

OnDisable()

OnDisable triggers when the object is disabled (GameObject's bool setActive = false). When the GameObject is disabled, it will set the object's Text component to "".