C# 클래스 klock.kLibary

파일 보기 프로젝트 열기: k-lock/Unity3D

공개 메소드들

메소드 설명
LoadBitmap ( string resourceName, int width, int height ) : Texture2D
LoadData ( string resourceName, int width, int height ) : Texture2D

비공개 메소드들

메소드 설명
ReadToEnd ( Stream stream ) : byte[]

메소드 상세

LoadBitmap() 공개 정적인 메소드

public static LoadBitmap ( string resourceName, int width, int height ) : Texture2D
resourceName string
width int
height int
리턴 UnityEngine.Texture2D

LoadData() 공개 정적인 메소드

public static LoadData ( string resourceName, int width, int height ) : Texture2D
resourceName string
width int
height int
리턴 UnityEngine.Texture2D