Class WindowSystem | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class WindowSystem

    Inheritance
    System.Object
    WindowSystem
    GLFWWindowSystem
    HTMLWindowSystem
    Namespace: Unity.Tiny.Core
    Syntax
    public abstract class WindowSystem : ComponentSystem

    Methods

    DebugReadbackImage(out Int32, out Int32, out NativeArray<Byte>)

    Declaration
    public abstract void DebugReadbackImage(out int w, out int h, out NativeArray<byte> pixels)
    Parameters
    Type Name Description
    System.Int32 w
    System.Int32 h
    NativeArray<System.Byte> pixels

    InfiniteMainLoop(WindowSystem.MainLoopDelegate)

    Declaration
    public abstract void InfiniteMainLoop(WindowSystem.MainLoopDelegate m)
    Parameters
    Type Name Description
    WindowSystem.MainLoopDelegate m
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023