CUE.NET.Devices.Generic.EventArgs.UpdatingEventArgs.UpdatingEventArgs C# (CSharp) Метод

UpdatingEventArgs() публичный Метод

public UpdatingEventArgs ( float deltaTime )
deltaTime float
        public UpdatingEventArgs(float deltaTime)
        {
            this.DeltaTime = deltaTime;
        }
UpdatingEventArgs