Class PlatformEvents | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class PlatformEvents

    Inheritance
    Object
    PlatformEvents
    Namespace: Unity.Platforms
    Syntax
    public static class PlatformEvents

    Methods

    SendDeviceOrientationEvent(Object, DeviceOrientationEvent)

    Declaration
    public static void SendDeviceOrientationEvent(object sender, DeviceOrientationEvent evt)
    Parameters
    Type Name Description
    Object sender
    DeviceOrientationEvent evt

    SendQuitEvent(Object, QuitEvent)

    Declaration
    public static void SendQuitEvent(object sender, QuitEvent evt)
    Parameters
    Type Name Description
    Object sender
    QuitEvent evt

    SendScreenOrientationEvent(Object, ScreenOrientationEvent)

    Declaration
    public static void SendScreenOrientationEvent(object sender, ScreenOrientationEvent evt)
    Parameters
    Type Name Description
    Object sender
    ScreenOrientationEvent evt

    SendSuspendResumeEvent(Object, SuspendResumeEvent)

    Declaration
    public static void SendSuspendResumeEvent(object sender, SuspendResumeEvent evt)
    Parameters
    Type Name Description
    Object sender
    SuspendResumeEvent evt

    Events

    OnDeviceOrientation

    Declaration
    public static event PlatformEvents.DeviceOrientationEventHandler OnDeviceOrientation
    Event Type
    Type Description
    PlatformEvents.DeviceOrientationEventHandler

    OnQuit

    Declaration
    public static event PlatformEvents.QuitEventHandler OnQuit
    Event Type
    Type Description
    PlatformEvents.QuitEventHandler

    OnScreenOrientation

    Declaration
    public static event PlatformEvents.ScreenOrientationEventHandler OnScreenOrientation
    Event Type
    Type Description
    PlatformEvents.ScreenOrientationEventHandler

    OnSuspendResume

    Declaration
    public static event PlatformEvents.SuspendResumeEventHandler OnSuspendResume
    Event Type
    Type Description
    PlatformEvents.SuspendResumeEventHandler
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX