C# 클래스 Invert.Common.TexturesExtensions

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
CutTextureBottomBorder ( this texture, int cutSize ) : Texture2D
Gradient ( this texture, Color colorSource, Color colorDestination ) : Texture2D
Rotate180 ( this texture ) : Texture2D
Rotate90 ( this texture ) : Texture2D
Rotate90CW ( this texture ) : Texture2D
Tint ( this texture, Color color ) : Texture2D

메소드 상세

CutTextureBottomBorder() 공개 정적인 메소드

public static CutTextureBottomBorder ( this texture, int cutSize ) : Texture2D
texture this
cutSize int
리턴 UnityEngine.Texture2D

Gradient() 공개 정적인 메소드

public static Gradient ( this texture, Color colorSource, Color colorDestination ) : Texture2D
texture this
colorSource UnityEngine.Color
colorDestination UnityEngine.Color
리턴 UnityEngine.Texture2D

Rotate180() 공개 정적인 메소드

public static Rotate180 ( this texture ) : Texture2D
texture this
리턴 UnityEngine.Texture2D

Rotate90() 공개 정적인 메소드

public static Rotate90 ( this texture ) : Texture2D
texture this
리턴 UnityEngine.Texture2D

Rotate90CW() 공개 정적인 메소드

public static Rotate90CW ( this texture ) : Texture2D
texture this
리턴 UnityEngine.Texture2D

Tint() 공개 정적인 메소드

public static Tint ( this texture, Color color ) : Texture2D
texture this
color UnityEngine.Color
리턴 UnityEngine.Texture2D