C# 클래스 UnityContrib.UnityEngine.Color32Ex

Provides a set of helper methods for working with the T:UnityEngine.Color32 struct.
파일 보기 프로젝트 열기: UnityContrib/framework

공개 메소드들

메소드 설명
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