Class iOSWindowSystem | Platforms iOS | 0.9.0-preview.9
docs.unity3d.com
    Show / Hide Table of Contents

    Class iOSWindowSystem

    Inheritance
    Object
    iOSWindowSystem
    Namespace: Unity.Tiny.iOS
    Syntax
    public class iOSWindowSystem : WindowSystem

    Constructors

    iOSWindowSystem()

    Declaration
    public iOSWindowSystem()

    Methods

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

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

    GetOrientationMask()

    Declaration
    public override ScreenOrientation GetOrientationMask()
    Returns
    Type Description
    ScreenOrientation

    GetPlatformWindowHandle()

    Declaration
    public override IntPtr GetPlatformWindowHandle()
    Returns
    Type Description
    IntPtr

    OnDestroy()

    Declaration
    protected override void OnDestroy()

    OnStartRunning()

    Declaration
    protected override void OnStartRunning()

    OnUpdate()

    Declaration
    protected override void OnUpdate()

    SetOnDestroyCallback()

    Declaration
    public void SetOnDestroyCallback()

    SetOnDeviceOrientationChangedCallback()

    Declaration
    public void SetOnDeviceOrientationChangedCallback()

    SetOnPauseCallback()

    Declaration
    public void SetOnPauseCallback()

    SetOrientationMask(ScreenOrientation)

    Declaration
    public override void SetOrientationMask(ScreenOrientation orientation)
    Parameters
    Type Name Description
    ScreenOrientation orientation
    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