C# 클래스 Nez.LibGdxAtlases.LibGdxAtlasPage

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

공개 프로퍼티들

프로퍼티 타입 설명
format string
height float
magFilter string
minFilter string
textureFile string
uWrap bool
useMipMaps bool
vWrap bool
width float

공개 메소드들

메소드 설명
LibGdxAtlasPage ( string textureFile, float width, float height, bool useMipMaps, string format, string minFilter, string magFilter, bool uWrap, bool vWrap ) : System

메소드 상세

LibGdxAtlasPage() 공개 메소드

public LibGdxAtlasPage ( string textureFile, float width, float height, bool useMipMaps, string format, string minFilter, string magFilter, bool uWrap, bool vWrap ) : System
textureFile string
width float
height float
useMipMaps bool
format string
minFilter string
magFilter string
uWrap bool
vWrap bool
리턴 System

프로퍼티 상세

format 공개적으로 프로퍼티

public string format
리턴 string

height 공개적으로 프로퍼티

public float height
리턴 float

magFilter 공개적으로 프로퍼티

public string magFilter
리턴 string

minFilter 공개적으로 프로퍼티

public string minFilter
리턴 string

textureFile 공개적으로 프로퍼티

public string textureFile
리턴 string

uWrap 공개적으로 프로퍼티

public bool uWrap
리턴 bool

useMipMaps 공개적으로 프로퍼티

public bool useMipMaps
리턴 bool

vWrap 공개적으로 프로퍼티

public bool vWrap
리턴 bool

width 공개적으로 프로퍼티

public float width
리턴 float