Struct ModSystemBase.UpdateTick
Namespace: WukongMp.Sdk
Assembly: WukongMp.Sdk.dll
protected readonly ref struct ModSystemBase.UpdateTick
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
UpdateTick(float, float)
public UpdateTick(float deltaTime, float time)
Parameters
deltaTime float
time float
Fields
deltaTime
The time in seconds since the last tick.
public readonly float deltaTime
Field Value
time
The time at the beginning of the current frame since application start.
public readonly float time