Show / Hide Table of Contents

Class VehicleModelDummy

Represents a "dummy" part of a vehicle model

Inheritance
Object
VehicleModelDummy
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Vehicles
Assembly: SlipeClient.dll
Syntax
public class VehicleModelDummy

Properties

| Improve this Doc View Source

Position

Get and set the position of the dummy

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
Vector3
  • Improve this Doc
  • View Source
Back to top Generated by DocFX