C# Class GrowableOverhaul.InputThreadingExtension

Watches ALT + UP/DOWN key combination to change the zone depth for new roads.
Inheritance: ThreadingExtensionBase
Show file Open project: boformer/GrowableOverhaul

Public Properties

Property Type Description
userSelectedColumnCount int

Public Methods

Method Description
OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void

Method Details

OnUpdate() public method

public OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void
realTimeDelta float
simulationTimeDelta float
return void

Property Details

userSelectedColumnCount public static property

public static int userSelectedColumnCount
return int