C# Class SimShift.MapTool.Ets2Node

Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Свойство Type Description
X float
Y float
Z float

Méthodes publiques

Méthode Description
Ets2Node ( byte stream, int position ) : System
GetItems ( ) : IEnumerable
ToString ( ) : string

Method Details

Ets2Node() public méthode

public Ets2Node ( byte stream, int position ) : System
stream byte
position int
Résultat System

GetItems() public méthode

public GetItems ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float