C# 클래스 uGIF.Image

파일 보기 프로젝트 열기: simonwittber/uGIF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height int
pixels UnityEngine.Color32[]
width int

공개 메소드들

메소드 설명
DrawImage ( Image image, int i, int i2 ) : void
Flip ( ) : void
GetPixel ( int tw, int th ) : Color32
Image ( Image image ) : System.Collections
Image ( Texture2D f ) : System.Collections
Image ( int width, int height ) : System.Collections
Resize ( int scale ) : void
ResizeBilinear ( int newWidth, int newHeight ) : void

비공개 메소드들

메소드 설명
ColorLerpUnclamped ( Color A, Color B, float P ) : Color32

메소드 상세

DrawImage() 공개 메소드

public DrawImage ( Image image, int i, int i2 ) : void
image Image
i int
i2 int
리턴 void

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

GetPixel() 공개 메소드

public GetPixel ( int tw, int th ) : Color32
tw int
th int
리턴 UnityEngine.Color32

Image() 공개 메소드

public Image ( Image image ) : System.Collections
image Image
리턴 System.Collections

Image() 공개 메소드

public Image ( Texture2D f ) : System.Collections
f UnityEngine.Texture2D
리턴 System.Collections

Image() 공개 메소드

public Image ( int width, int height ) : System.Collections
width int
height int
리턴 System.Collections

Resize() 공개 메소드

public Resize ( int scale ) : void
scale int
리턴 void

ResizeBilinear() 공개 메소드

public ResizeBilinear ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

pixels 공개적으로 프로퍼티

public Color32[],UnityEngine pixels
리턴 UnityEngine.Color32[]

width 공개적으로 프로퍼티

public int width
리턴 int