C# Class ColorsPallet, UnityTemp

Inheritance: MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
colors Color[]

Méthodes publiques

Méthode Description
Awake ( ) : void
getRandomColor ( ) : Color

Gets the random color.

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

getRandomColor() public static méthode

Gets the random color.
public static getRandomColor ( ) : Color
Résultat Color

Property Details

colors public_oe property

public Color[] colors
Résultat Color[]