docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnBeforeBackgroundRender

    OnBeforeBackgroundRender(int)

    Method to be implemented by the provider 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 virtual void OnBeforeBackgroundRender(int id)
    Parameters
    Type Name Description
    int id

    Platform-specific identifier.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023