C# Class GUITools.TextColorState, UnityTest

Mostrar archivo Open project: MrJoy/UnityTest

Public Properties

Property Type Description
contentColor Color
styleColor Color
styleName string

Public Methods

Method Description
TextColorState ( string n, Color s, Color c ) : UnityEngine

Method Details

TextColorState() public method

public TextColorState ( string n, Color s, Color c ) : UnityEngine
n string
s Color
c Color
return UnityEngine

Property Details

contentColor public_oe property

public Color contentColor
return Color

styleColor public_oe property

public Color styleColor
return Color

styleName public_oe property

public string styleName
return string