C# Class SimShift.MapTool.Ets2PrefabCurve

Show file Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
EndRotationX float
EndRotationY float
EndRotationZ float
EndX float
EndY float
EndZ float
Length float
Next int[]
Prev int[]
StartRotationX float
StartRotationY float
StartRotationZ float
StartX float
StartY float
StartZ float

Property Details

EndRotationX public property

public float EndRotationX
return float

EndRotationY public property

public float EndRotationY
return float

EndRotationZ public property

public float EndRotationZ
return float

EndX public property

public float EndX
return float

EndY public property

public float EndY
return float

EndZ public property

public float EndZ
return float

Length public property

public float Length
return float

Next public property

public int[] Next
return int[]

Prev public property

public int[] Prev
return int[]

StartRotationX public property

public float StartRotationX
return float

StartRotationY public property

public float StartRotationY
return float

StartRotationZ public property

public float StartRotationZ
return float

StartX public property

public float StartX
return float

StartY public property

public float StartY
return float

StartZ public property

public float StartZ
return float