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 SourceInitialize()
Declaration
public void Initialize()
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. |