C# Class UniRx.Thread

ファイルを表示 Open project: EcsRx/ecsrx.roguelike2d

Public Methods

Method Description
Sleep ( TimeSpan wait ) : void
Sleep ( int ms ) : void

Method Details

Sleep() public static method

public static Sleep ( TimeSpan wait ) : void
wait TimeSpan
return void

Sleep() public static method

public static Sleep ( int ms ) : void
ms int
return void