Class OnUpdateEventArgs
Inherited Members
Namespace: Slipe.Client.Game.Events
Assembly: SlipeClient.dll
Syntax
public class OnUpdateEventArgs
Properties
| Improve this Doc View SourceDeltaTime
The interval between this frame and the previous one in seconds
Declaration
public float DeltaTime { get; }
Property Value
Type | Description |
---|---|
Single |
TimeSlice
The interval between this frame and the previous one in milliseconds.
Declaration
public float TimeSlice { get; }
Property Value
Type | Description |
---|---|
Single |