C# Class TextColorController, xsolla-unity-sdk

Inheritance: MonoBehaviour
Show file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
Blue int
Green int
Red int

Public Methods

Method Description
SelectBaseColor ( bool b ) : void
Start ( ) : void

Method Details

SelectBaseColor() public method

public SelectBaseColor ( bool b ) : void
b bool
return void

Start() public method

public Start ( ) : void
return void

Property Details

Blue public property

public int Blue
return int

Green public property

public int Green
return int

Red public property

public int Red
return int