C# Class otitemeditor.Sprite

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

Méthodes publiques

Свойство Type Description
dump byte[]
id System.UInt32
size System.UInt32

Méthodes publiques

Méthode Description
Sprite ( ) : System
getRGBAData ( ) : byte[]
getRGBData ( ) : byte[]
getRGBData ( byte transparentColor ) : byte[]
loadSprites ( string filename, Sprite>.Dictionary &sprites, UInt32 signature ) : bool
loadSprites ( string filename, Sprite>.Dictionary &sprites, UInt32 signature ) : bool

Method Details

Sprite() public méthode

public Sprite ( ) : System
Résultat System

getRGBAData() public méthode

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

getRGBData() public méthode

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

getRGBData() public méthode

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

loadSprites() public static méthode

public static loadSprites ( string filename, Sprite>.Dictionary &sprites, UInt32 signature ) : bool
filename string
sprites Sprite>.Dictionary
signature System.UInt32
Résultat bool

loadSprites() public static méthode

public static loadSprites ( string filename, Sprite>.Dictionary &sprites, UInt32 signature ) : bool
filename string
sprites Sprite>.Dictionary
signature System.UInt32
Résultat bool

Property Details

dump public_oe property

public byte[] dump
Résultat byte[]

id public_oe property

public UInt32,System id
Résultat System.UInt32

size public_oe property

public UInt32,System size
Résultat System.UInt32