C# 클래스 SSTUTools.SSTUFieldManipulationData

파일 보기 프로젝트 열기: shadowmage45/SSTULabs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
editorActiveType ActiveType
fieldName String
fieldType FieldType
flightActiveType ActiveType
module PartModule
newGuiName String
updateType UpdateType

공개 메소드들

메소드 설명
SSTUFieldManipulationData ( ConfigNode node, PartModule module ) : System
createNew ( ConfigNode node, PartModule module ) : SSTUFieldManipulationData
updateEnabledStatus ( bool editor ) : void

Updates the enabled/disabled/visible status for the backing field

updateName ( ) : void

Update the field GUI name for this datas backing field

메소드 상세

SSTUFieldManipulationData() 공개 메소드

public SSTUFieldManipulationData ( ConfigNode node, PartModule module ) : System
node System.ConfigNode
module PartModule
리턴 System

createNew() 공개 정적인 메소드

public static createNew ( ConfigNode node, PartModule module ) : SSTUFieldManipulationData
node System.ConfigNode
module PartModule
리턴 SSTUFieldManipulationData

updateEnabledStatus() 공개 메소드

Updates the enabled/disabled/visible status for the backing field
public updateEnabledStatus ( bool editor ) : void
editor bool
리턴 void

updateName() 공개 메소드

Update the field GUI name for this datas backing field
public updateName ( ) : void
리턴 void

프로퍼티 상세

editorActiveType 공개적으로 프로퍼티

public ActiveType editorActiveType
리턴 ActiveType

fieldName 공개적으로 프로퍼티

public String fieldName
리턴 String

fieldType 공개적으로 프로퍼티

public FieldType fieldType
리턴 FieldType

flightActiveType 공개적으로 프로퍼티

public ActiveType flightActiveType
리턴 ActiveType

module 공개적으로 프로퍼티

public PartModule module
리턴 PartModule

newGuiName 공개적으로 프로퍼티

public String newGuiName
리턴 String

updateType 공개적으로 프로퍼티

public UpdateType updateType
리턴 UpdateType