C# Class SimShift.MapTool.Ets2Node

Mostrar archivo Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
X float
Y float
Z float

Public Methods

Method Description
Ets2Node ( byte stream, int position ) : System
GetItems ( ) : IEnumerable
ToString ( ) : string

Method Details

Ets2Node() public method

public Ets2Node ( byte stream, int position ) : System
stream byte
position int
return System

GetItems() public method

public GetItems ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string

Property Details

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float