Game.Threading.TimedScope
Assembly: Colossal.Core
Namespace: Game.Threading
Type: class static public
Base: System.Object
Code
public static class TimedScope
{
public static Game.Threading.TimedScope+TimedHandle Start(System.TimeSpan minDuration);
public static Game.Threading.TimedScope+TimedHandle Start(System.Single seconds);
}
Methods
public static Start(System.TimeSpan minDuration) : Game.Threading.TimedScope+TimedHandle
public static Game.Threading.TimedScope+TimedHandle Start(System.TimeSpan minDuration);
public static Start(System.Single seconds) : Game.Threading.TimedScope+TimedHandle
public static Game.Threading.TimedScope+TimedHandle Start(System.Single seconds);
Nested types
Game.Threading.TimedScope+TimedHandle