C# Class RemoteTech.FlightComputer.UIPartActionMenuPatcher.FieldWrapper

Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DelayInvoke ( float waitTime ) : void
waitTime float
Résultat void

FieldWrapper() public méthode

public FieldWrapper ( UIPartActionFieldItem uiPartAction, bool>.Action passthrough, bool ignoreDelay ) : System
uiPartAction UIPartActionFieldItem
passthrough bool>.Action
ignoreDelay bool
Résultat System

Invoke() public méthode

public Invoke ( ) : void
Résultat void