C# Class fCraft.Position

Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Méthodes publiques

Свойство Type Description
r byte
x short

Méthodes publiques

Méthode Description
FitsIntoByte ( ) : bool
IsZero ( ) : bool
Position ( short _x, short _y, short _h ) : System
Set ( int _x, int _y, int _h, byte _r, byte _l ) : void
Set ( short _x, short _y, short _h, byte _r, byte _l ) : void

Method Details

FitsIntoByte() public méthode

public FitsIntoByte ( ) : bool
Résultat bool

IsZero() public méthode

public IsZero ( ) : bool
Résultat bool

Position() public méthode

public Position ( short _x, short _y, short _h ) : System
_x short
_y short
_h short
Résultat System

Set() public méthode

public Set ( int _x, int _y, int _h, byte _r, byte _l ) : void
_x int
_y int
_h int
_r byte
_l byte
Résultat void

Set() public méthode

public Set ( short _x, short _y, short _h, byte _r, byte _l ) : void
_x short
_y short
_h short
_r byte
_l byte
Résultat void

Property Details

r public_oe property

public byte r
Résultat byte

x public_oe property

public short x
Résultat short