Class VehicleWheelStateChangedArgs
Inheritance
VehicleWheelStateChangedArgs
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
Properties
|
Edit this page
View Source
State
Declaration
public VehicleWheelState State { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value
|
Edit this page
View Source
Wheel
Declaration
public VehicleWheel Wheel { get; }
Property Value