C# Class otitemeditor.SpriteItem

Inheritance: Item
Show file Open project: opentibia/item-editor Class Usage Examples

Public Properties

Property Type Description
animationLength byte
frames byte
height byte
numSprites System.UInt32
spriteList List
width byte
xdiv byte
ydiv byte
zdiv byte

Public Methods

Method Description
getRGBAData ( ) : byte[]
getRGBAData ( int frameIndex ) : byte[]
getRGBData ( ) : byte[]
getRGBData ( int frameIndex ) : byte[]

Method Details

getRGBAData() public method

public getRGBAData ( ) : byte[]
return byte[]

getRGBAData() public method

public getRGBAData ( int frameIndex ) : byte[]
frameIndex int
return byte[]

getRGBData() public method

public getRGBData ( ) : byte[]
return byte[]

getRGBData() public method

public getRGBData ( int frameIndex ) : byte[]
frameIndex int
return byte[]

Property Details

animationLength public property

public byte animationLength
return byte

frames public property

public byte frames
return byte

height public property

public byte height
return byte

numSprites public property

public UInt32,System numSprites
return System.UInt32

spriteList public property

public List spriteList
return List

width public property

public byte width
return byte

xdiv public property

public byte xdiv
return byte

ydiv public property

public byte ydiv
return byte

zdiv public property

public byte zdiv
return byte