C# 클래스 kOS.Suffixed.CraftTemplate

상속: Structure
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
CraftTemplate ( string filePath ) : System.Collections.Generic
CraftTemplate ( string filePath, ShipTemplate temp ) : System.Collections.Generic
GetAllTemplates ( ) : kOS.Suffixed.ListValue
GetTemplateByName ( string name, string facility ) : CraftTemplate
ToString ( ) : string

비공개 메소드들

메소드 설명
GetAllPathStrings ( ) : List
InitializeSuffixes ( ) : void

메소드 상세

CraftTemplate() 공개 메소드

public CraftTemplate ( string filePath ) : System.Collections.Generic
filePath string
리턴 System.Collections.Generic

CraftTemplate() 공개 메소드

public CraftTemplate ( string filePath, ShipTemplate temp ) : System.Collections.Generic
filePath string
temp ShipTemplate
리턴 System.Collections.Generic

GetAllTemplates() 공개 정적인 메소드

public static GetAllTemplates ( ) : kOS.Suffixed.ListValue
리턴 kOS.Suffixed.ListValue

GetTemplateByName() 공개 정적인 메소드

public static GetTemplateByName ( string name, string facility ) : CraftTemplate
name string
facility string
리턴 CraftTemplate

ToString() 공개 메소드

public ToString ( ) : string
리턴 string