C# 클래스 ActiveTextureManagement.TexInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
file UrlDir.UrlFile
filename string
height int
isNormalMap bool
loadOriginalFirst bool
makeNotReadable bool
maxSize int
minSize int
name string
needsResize bool
resizeHeight int
resizeWidth int
scale int
texture TextureInfoWrapper
width int

공개 메소드들

메소드 설명
Resize ( ) : void
Resize ( int width, int height ) : void
SetScalingParams ( int scale, int maxSize, int minSize ) : void
TexInfo ( UrlDir file ) : System

메소드 상세

Resize() 공개 메소드

public Resize ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SetScalingParams() 공개 메소드

public SetScalingParams ( int scale, int maxSize, int minSize ) : void
scale int
maxSize int
minSize int
리턴 void

TexInfo() 공개 메소드

public TexInfo ( UrlDir file ) : System
file UrlDir
리턴 System

프로퍼티 상세

file 공개적으로 프로퍼티

public UrlDir.UrlFile file
리턴 UrlDir.UrlFile

filename 공개적으로 프로퍼티

public string filename
리턴 string

height 공개적으로 프로퍼티

public int height
리턴 int

isNormalMap 공개적으로 프로퍼티

public bool isNormalMap
리턴 bool

loadOriginalFirst 공개적으로 프로퍼티

public bool loadOriginalFirst
리턴 bool

makeNotReadable 공개적으로 프로퍼티

public bool makeNotReadable
리턴 bool

maxSize 공개적으로 프로퍼티

public int maxSize
리턴 int

minSize 공개적으로 프로퍼티

public int minSize
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

needsResize 공개적으로 프로퍼티

public bool needsResize
리턴 bool

resizeHeight 공개적으로 프로퍼티

public int resizeHeight
리턴 int

resizeWidth 공개적으로 프로퍼티

public int resizeWidth
리턴 int

scale 공개적으로 프로퍼티

public int scale
리턴 int

texture 공개적으로 프로퍼티

public TextureInfoWrapper,ActiveTextureManagement texture
리턴 TextureInfoWrapper

width 공개적으로 프로퍼티

public int width
리턴 int