Method OnBeforeBackgroundRender
OnBeforeBackgroundRender(int)
Method to be called on the render thread to handle any required platform-specific functionality immediately before rendering the camera background. This method will always be called on the render thread and should only be called by the code responsible for executing background rendering on mobile AR platforms.
Declaration
public void OnBeforeBackgroundRender(int id)
Parameters
Type | Name | Description |
---|---|---|
int | id | Platform-specific identifier. |