RwScene *
RwSetSceneData(RwScene *scene, void *data);
Description
Sets the scenes user data pointer.
Arguments
scene Pointer to the scene.
data User data pointer.
Return Value
The argument scene if successful, and NULL otherwise.
See Also
RwGetSceneData()