C# Class ActiveTextureManagement.TexInfo

Mostra file Open project: rbray89/ActiveTextureManagement Class Usage Examples

Public Properties

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 TextureInfoWrapper
width int

Public Methods

Method Description
Resize ( ) : void
Resize ( int width, int height ) : void
SetScalingParams ( int scale, int maxSize, int minSize ) : void
TexInfo ( UrlDir file ) : System

Method Details

Resize() public method

public Resize ( ) : void
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

SetScalingParams() public method

public SetScalingParams ( int scale, int maxSize, int minSize ) : void
scale int
maxSize int
minSize int
return void

TexInfo() public method

public TexInfo ( UrlDir file ) : System
file UrlDir
return System

Property Details

file public_oe property

public UrlDir.UrlFile file
return UrlDir.UrlFile

filename public_oe property

public string filename
return string

height public_oe property

public int height
return int

isNormalMap public_oe property

public bool isNormalMap
return bool

loadOriginalFirst public_oe property

public bool loadOriginalFirst
return bool

makeNotReadable public_oe property

public bool makeNotReadable
return bool

maxSize public_oe property

public int maxSize
return int

minSize public_oe property

public int minSize
return int

name public_oe property

public string name
return string

needsResize public_oe property

public bool needsResize
return bool

resizeHeight public_oe property

public int resizeHeight
return int

resizeWidth public_oe property

public int resizeWidth
return int

scale public_oe property

public int scale
return int

texture public_oe property

public TextureInfoWrapper,ActiveTextureManagement texture
return TextureInfoWrapper

width public_oe property

public int width
return int