Search Results for

    Show / Hide Table of Contents

    Delegate PerformanceKit.FullscreenChangedCallback

    Used to get a callback every time the fullscreen mode changes.

    Namespace: Pley
    Assembly: Pley.dll
    Syntax
    public delegate void FullscreenChangedCallback(bool fullscreen);
    Parameters
    Type Name Description
    System.Boolean fullscreen

    Is the game in fullscreen mode

    In This Article
    Back to top Generated by DocFX