Show / Hide Table of Contents

Struct TrailerSync

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Vehicles
Assembly: SlipeServer.Packets.dll
Syntax
public struct TrailerSync

Properties

| Edit this page View Source

Id

Declaration
public ElementId Id { readonly get; set; }
Property Value
Type Description
ElementId
| Edit this page View Source

Position

Declaration
public Vector3 Position { readonly get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

Rotation

Declaration
public Vector3 Rotation { readonly get; set; }
Property Value
Type Description
Vector3
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX