Show / Hide Table of Contents

Class OnUpdateEventArgs

Inheritance
Object
OnUpdateEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Game.Events
Assembly: SlipeClient.dll
Syntax
public class OnUpdateEventArgs

Properties

| Improve this Doc View Source

DeltaTime

The interval between this frame and the previous one in seconds

Declaration
public float DeltaTime { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

TimeSlice

The interval between this frame and the previous one in milliseconds.

Declaration
public float TimeSlice { get; }
Property Value
Type Description
Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX