Skip to main content
Version: 0.1.0

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​

float

time​

The time at the beginning of the current frame since application start.

public readonly float time

Field Value​

float