Class VehicleDoorOpenRatioChangedArgs
  
  
  
    Inheritance
    
    
    VehicleDoorOpenRatioChangedArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class VehicleDoorOpenRatioChangedArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  VehicleDoorOpenRatioChangedArgs(Vehicle, VehicleDoor, float, uint)
  
  
  Declaration
  
    public VehicleDoorOpenRatioChangedArgs(Vehicle vehicle, VehicleDoor door, float ratio, uint time)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Door
  
  
  Declaration
  
    public VehicleDoor Door { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Ratio
  
  
  Declaration
  
    public float Ratio { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Time
  
  
  Declaration
  
    public uint Time { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Vehicle
  
  
  Declaration
  
    public Vehicle Vehicle { get; }
   
  Property Value