C# Class winmaped2.Vsp8Tile

Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
Pixels byte[]
parent Vsp8

Protected Properties

Свойство Type Description
avg int

Méthodes publiques

Méthode Description
Vsp8Tile ( Vsp8 Parent, byte data ) : System
doAvg ( ) : void

Method Details

Vsp8Tile() public méthode

public Vsp8Tile ( Vsp8 Parent, byte data ) : System
Parent Vsp8
data byte
Résultat System

doAvg() public méthode

public doAvg ( ) : void
Résultat void

Property Details

Pixels public_oe property

public byte[] Pixels
Résultat byte[]

avg protected_oe property

protected int avg
Résultat int

parent public_oe property

public Vsp8,winmaped2 parent
Résultat Vsp8