MLAPI/docs/M_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate_1.md
2018-03-31 10:20:18 +02:00

1.1 KiB

LagCompensationManager.Simulate Method (Single, Action)

Turns time back a given amount of seconds, invokes an action and turns it back

Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static void Simulate(
	float secondsAgo,
	Action action
)

Parameters

 

secondsAgo
Type: System.Single
The amount of seconds
action
Type: System.Action
The action to invoke when time is turned back

See Also

Reference

LagCompensationManager Class
Simulate Overload
MLAPI.NetworkingManagerComponents Namespace