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