Show / Hide Table of Contents

Class DigitSeparator

A single text (":") component with the ability to change color. Intended to be used in-between our DoubleDigit's. (Also see DigitFormat)

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

Methods

| Improve this Doc View Source

SetSeparatorColor(Color)

Sets the separator's color to the provided color.

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

The color you want this separator to be.

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