C# 클래스 RemoteTech.RTPartInfoReloader

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 메소드들

메소드 설명
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void