Struct UnoccupiedVehicleSync
Assembly: SlipeServer.Packets.dll
Syntax
public struct UnoccupiedVehicleSync
Properties
|
Edit this page
View Source
Flags
Declaration
public UnoccupiedVehicleSyncFlags Flags { readonly get; set; }
Property Value
|
Edit this page
View Source
Health
Declaration
public float? Health { readonly get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public ElementId Id { readonly get; set; }
Property Value
|
Edit this page
View Source
Position
Declaration
public Vector3? Position { readonly get; set; }
Property Value
|
Edit this page
View Source
Rotation
Declaration
public Vector3? Rotation { readonly get; set; }
Property Value
|
Edit this page
View Source
TimeContext
Declaration
public byte TimeContext { readonly get; set; }
Property Value
|
Edit this page
View Source
Trailer
Declaration
public ElementId? Trailer { readonly get; set; }
Property Value
|
Edit this page
View Source
TurnVelocity
Declaration
public Vector3? TurnVelocity { readonly get; set; }
Property Value
|
Edit this page
View Source
Velocity
Declaration
public Vector3? Velocity { readonly get; set; }
Property Value