C# Class RemoteTech.FlightComputer.UIPartActionMenuPatcher.FieldWrapper

Show file Open project: RemoteTechnologiesGroup/RemoteTech

Public Methods

Method Description
DelayInvoke ( float waitTime ) : void
FieldWrapper ( UIPartActionFieldItem uiPartAction, bool>.Action passthrough, bool ignoreDelay ) : System
Invoke ( ) : void

Private Methods

Method Description
DelayInvokeCoroutine ( float waitTime ) : IEnumerator
GetNewValue ( ) : void
GetNewValue0 ( ) : void
GetNewValueFloat ( float obj ) : void
HandleFloatRange ( float fieldValue, UI_FloatRange uiFloatRange, UnityEngine slider ) : float
SetDefaultListener ( ) : void

Method Details

DelayInvoke() public method

public DelayInvoke ( float waitTime ) : void
waitTime float
return void

FieldWrapper() public method

public FieldWrapper ( UIPartActionFieldItem uiPartAction, bool>.Action passthrough, bool ignoreDelay ) : System
uiPartAction UIPartActionFieldItem
passthrough bool>.Action
ignoreDelay bool
return System

Invoke() public method

public Invoke ( ) : void
return void