C# Class otitemeditor.SpriteItem

Inheritance: Item
Afficher le fichier Open project: opentibia/item-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
animationLength byte
frames byte
height byte
numSprites System.UInt32
spriteList List
width byte
xdiv byte
ydiv byte
zdiv byte

Méthodes publiques

Méthode Description
getRGBAData ( ) : byte[]
getRGBAData ( int frameIndex ) : byte[]
getRGBData ( ) : byte[]
getRGBData ( int frameIndex ) : byte[]

Method Details

getRGBAData() public méthode

public getRGBAData ( ) : byte[]
Résultat byte[]

getRGBAData() public méthode

public getRGBAData ( int frameIndex ) : byte[]
frameIndex int
Résultat byte[]

getRGBData() public méthode

public getRGBData ( ) : byte[]
Résultat byte[]

getRGBData() public méthode

public getRGBData ( int frameIndex ) : byte[]
frameIndex int
Résultat byte[]

Property Details

animationLength public_oe property

public byte animationLength
Résultat byte

frames public_oe property

public byte frames
Résultat byte

height public_oe property

public byte height
Résultat byte

numSprites public_oe property

public UInt32,System numSprites
Résultat System.UInt32

spriteList public_oe property

public List spriteList
Résultat List

width public_oe property

public byte width
Résultat byte

xdiv public_oe property

public byte xdiv
Résultat byte

ydiv public_oe property

public byte ydiv
Résultat byte

zdiv public_oe property

public byte zdiv
Résultat byte