C# Class RemoteTech.FlightComputer.UIPartActionMenuPatcher

Show file Open project: RemoteTechnologiesGroup/RemoteTech

Public Properties

Property Type Description
ParsedPartActions List
UIPartActionFieldItemAllowedTypes System.Type[]

Public Methods

Method Description
WrapPartActionEventItem ( Part part, bool>.Action passthrough ) : void
WrapPartActionFieldItem ( Part part, bool>.Action passthrough ) : void

Method Details

WrapPartActionEventItem() public static method

public static WrapPartActionEventItem ( Part part, bool>.Action passthrough ) : void
part Part
passthrough bool>.Action
return void

WrapPartActionFieldItem() public static method

public static WrapPartActionFieldItem ( Part part, bool>.Action passthrough ) : void
part Part
passthrough bool>.Action
return void

Property Details

ParsedPartActions public static property

public static List ParsedPartActions
return List

UIPartActionFieldItemAllowedTypes public static property

public static Type[],System UIPartActionFieldItemAllowedTypes
return System.Type[]