com.onlineobject.objectnet Namespace

NetworkClock..::..ProcessOnFrames Method

Executes an action method for each frame that has passed since the last update.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void ProcessOnFrames(

	Action actionMethod

)

Parameters

actionMethod
Type: Action
The action to execute for each passed frame.