C# Class RemoteTech.RTPartInfoReloader

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: RemoteTechnologiesGroup/RemoteTech

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CreateTechPerkInfoforPart ( Part part ) : AvailablePart.ModuleInfo

This method creates a new AvailablePart.ModuleInfo object with the Technology Perk info block.

RefreshPartInfo ( Part part, string moduleClassName ) : string

This method creates a new Info-block for the part and the moduleClassName and returns a string. If no info is available the result is an empty string.

ReloadInfos ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void