Property | Type | Description | |
---|---|---|---|
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 | |||
width | int |
Method | Description | |
---|---|---|
Resize ( ) : void | ||
Resize ( int width, int height ) : void | ||
SetScalingParams ( int scale, int maxSize, int minSize ) : void | ||
TexInfo ( UrlDir file ) : System |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetScalingParams ( int scale, int maxSize, int minSize ) : void | ||
scale | int | |
maxSize | int | |
minSize | int | |
return | void |
public TextureInfoWrapper,ActiveTextureManagement texture | ||
return |