Show / Hide Table of Contents

Class VehicleSpawnInfo

Inheritance
object
VehicleSpawnInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Lua
Assembly: SlipeServer.Packets.dll
Syntax
public class VehicleSpawnInfo

Properties

| Edit this page View Source

Colors

Declaration
public Color[] Colors { get; set; }
Property Value
Type Description
Color[]
| Edit this page View Source

ElementId

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

Position

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

Rotation

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

TimeContext

Declaration
public byte TimeContext { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

VehicleId

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