C# Класс UnityContrib.UnityEngine.Color32Ex

Provides a set of helper methods for working with the T:UnityEngine.Color32 struct.
Показать файл Открыть проект

Открытые методы

Метод Описание
Equals ( this value, Color32 other ) : bool

Returns a value indicating whether or not the specified T:UnityEngine.Color32 are equal.

Описание методов

Equals() публичный статический Метод

Returns a value indicating whether or not the specified T:UnityEngine.Color32 are equal.
public static Equals ( this value, Color32 other ) : bool
value this /// The left side of the comparison. ///
other UnityEngine.Color32 /// The right side of the comparison. ///
Результат bool