C# Class ActiveTextureManagement.TexInfo

Afficher le fichier Open project: rbray89/ActiveTextureManagement Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public Resize ( ) : void
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SetScalingParams() public méthode

public SetScalingParams ( int scale, int maxSize, int minSize ) : void
scale int
maxSize int
minSize int
Résultat void

TexInfo() public méthode

public TexInfo ( UrlDir file ) : System
file UrlDir
Résultat System

Property Details

file public_oe property

public UrlDir.UrlFile file
Résultat UrlDir.UrlFile

filename public_oe property

public string filename
Résultat string

height public_oe property

public int height
Résultat int

isNormalMap public_oe property

public bool isNormalMap
Résultat bool

loadOriginalFirst public_oe property

public bool loadOriginalFirst
Résultat bool

makeNotReadable public_oe property

public bool makeNotReadable
Résultat bool

maxSize public_oe property

public int maxSize
Résultat int

minSize public_oe property

public int minSize
Résultat int

name public_oe property

public string name
Résultat string

needsResize public_oe property

public bool needsResize
Résultat bool

resizeHeight public_oe property

public int resizeHeight
Résultat int

resizeWidth public_oe property

public int resizeWidth
Résultat int

scale public_oe property

public int scale
Résultat int

texture public_oe property

public TextureInfoWrapper,ActiveTextureManagement texture
Résultat TextureInfoWrapper

width public_oe property

public int width
Résultat int