C# Class MineFrog.Pos

Afficher le fichier Open project: Merlin33069/MineFrog Class Usage Examples

Méthodes publiques

Свойство Type Description
Pitch byte
X ushort
Y ushort
Yaw byte
Z ushort

Méthodes publiques

Méthode Description
Diff ( Pos newPos ) : Pos
IsZero ( ) : bool
NeedTp ( ) : bool
PosChanged ( ) : bool
RotChanged ( ) : bool

Method Details

Diff() public méthode

public Diff ( Pos newPos ) : Pos
newPos Pos
Résultat Pos

IsZero() public méthode

public IsZero ( ) : bool
Résultat bool

NeedTp() public méthode

public NeedTp ( ) : bool
Résultat bool

PosChanged() public méthode

public PosChanged ( ) : bool
Résultat bool

RotChanged() public méthode

public RotChanged ( ) : bool
Résultat bool

Property Details

Pitch public_oe property

public byte Pitch
Résultat byte

X public_oe property

public ushort X
Résultat ushort

Y public_oe property

public ushort Y
Résultat ushort

Yaw public_oe property

public byte Yaw
Résultat byte

Z public_oe property

public ushort Z
Résultat ushort