Show / Hide Table of Contents

Class VehicleWheelStateChangedArgs

Inheritance
object
EventArgs
VehicleWheelStateChangedArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleWheelStateChangedArgs : EventArgs

Constructors

| Edit this page View Source

VehicleWheelStateChangedArgs(Vehicle, VehicleWheel, VehicleWheelState)

Declaration
public VehicleWheelStateChangedArgs(Vehicle vehicle, VehicleWheel wheel, VehicleWheelState state)
Parameters
Type Name Description
Vehicle vehicle
VehicleWheel wheel
VehicleWheelState state

Properties

| Edit this page View Source

State

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

Vehicle

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

Wheel

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