Show / Hide Table of Contents

Class WriteVersionNumber

Writes the current Unity application version to the referenced text field.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
WriteVersionNumber
Namespace: AdrianMiasik.Components.Core
Assembly: Assembly-CSharp.dll
Syntax
public class WriteVersionNumber : MonoBehaviour

Methods

| Improve this Doc View Source

Initialize()

Declaration
public void Initialize()
| Improve this Doc View Source

SetTextColor(Color)

Sets the color of the referenced text to the provided color.

Declaration
public void SetTextColor(Color newColor)
Parameters
Type Name Description
UnityEngine.Color newColor

The color you want the referenced text to change to.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX