C# 클래스 RemoteTech.FlightComputer.UIPartActionMenuPatcher.FieldWrapper

파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 메소드들

메소드 설명
DelayInvoke ( float waitTime ) : void
FieldWrapper ( UIPartActionFieldItem uiPartAction, bool>.Action passthrough, bool ignoreDelay ) : System
Invoke ( ) : void

비공개 메소드들

메소드 설명
DelayInvokeCoroutine ( float waitTime ) : IEnumerator
GetNewValue ( ) : void
GetNewValue0 ( ) : void
GetNewValueFloat ( float obj ) : void
HandleFloatRange ( float fieldValue, UI_FloatRange uiFloatRange, UnityEngine slider ) : float
SetDefaultListener ( ) : void

메소드 상세

DelayInvoke() 공개 메소드

public DelayInvoke ( float waitTime ) : void
waitTime float
리턴 void

FieldWrapper() 공개 메소드

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

Invoke() 공개 메소드

public Invoke ( ) : void
리턴 void