Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    NativeInvoke Class

    Namespace: Stride.Core.Native
    Assembly: Stride.Core.dll
    System.Object → NativeInvoke
    Derived from NativeInvoke:

    public static class NativeInvoke
    Name Description
    Methods
    Setup()
    Sleep(Int32)

    Suspends current thread for ms milliseconds.

    | Improve this Doc View Source

    Methods


    Setup()

    public static void Setup()

    Sleep(Int32)

    Suspends current thread for ms milliseconds.

    public static extern void Sleep(int ms)
    Parameters
    Type Name Description
    System.Int32 ms

    Number of milliseconds to sleep.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation