C# 클래스 TGALoader, UnderworldExporter

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

공개 메소드들

메소드 설명
LoadTGA ( Stream TGAStream ) : Texture2D
LoadTGA ( string fileName ) : Texture2D

메소드 상세

LoadTGA() 공개 정적인 메소드

public static LoadTGA ( Stream TGAStream ) : Texture2D
TGAStream Stream
리턴 UnityEngine.Texture2D

LoadTGA() 공개 정적인 메소드

public static LoadTGA ( string fileName ) : Texture2D
fileName string
리턴 UnityEngine.Texture2D