Skip to main content
Version: 5.7.0

RunCallbacks

Run callbacks, to be called once per frame from your main thread

Usage

http://localhost:3000

//Step 2: N/A. The brainCloud Wrapper Updates itself using Unity MonoBehavior Update
// However, if you are not using Unity or not using the BrainCloudWrapper as a GameObject, call Update in your own update loop
_bc.Update();
note

The brainCloud Wrapper Updates itself using Unity MonoBehavior Update However, if you are not using Unity or not using the BrainCloudWrapper as a GameObject, call Update in your own update loop

JSON Response
// N/A