C# Class RemoteTech.RTPartInfoReloader

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

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

public Start ( ) : void
Résultat void