C# Class ColorsPallet, UnityTemp

Inheritance: MonoBehaviour
Exibir arquivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
colors Color[]

Public Methods

Method Description
Awake ( ) : void
getRandomColor ( ) : Color

Gets the random color.

Method Details

Awake() public method

public Awake ( ) : void
return void

getRandomColor() public static method

Gets the random color.
public static getRandomColor ( ) : Color
return Color

Property Details

colors public_oe property

public Color[] colors
return Color[]