C# Class SSTUTools.SSTUFieldManipulationData

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
editorActiveType ActiveType
fieldName String
fieldType FieldType
flightActiveType ActiveType
module PartModule
newGuiName String
updateType UpdateType

Méthodes publiques

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

Method Details

SSTUFieldManipulationData() public méthode

public SSTUFieldManipulationData ( ConfigNode node, PartModule module ) : System
node System.ConfigNode
module PartModule
Résultat System

createNew() public static méthode

public static createNew ( ConfigNode node, PartModule module ) : SSTUFieldManipulationData
node System.ConfigNode
module PartModule
Résultat SSTUFieldManipulationData

updateEnabledStatus() public méthode

Updates the enabled/disabled/visible status for the backing field
public updateEnabledStatus ( bool editor ) : void
editor bool
Résultat void

updateName() public méthode

Update the field GUI name for this datas backing field
public updateName ( ) : void
Résultat void

Property Details

editorActiveType public_oe property

public ActiveType editorActiveType
Résultat ActiveType

fieldName public_oe property

public String fieldName
Résultat String

fieldType public_oe property

public FieldType fieldType
Résultat FieldType

flightActiveType public_oe property

public ActiveType flightActiveType
Résultat ActiveType

module public_oe property

public PartModule module
Résultat PartModule

newGuiName public_oe property

public String newGuiName
Résultat String

updateType public_oe property

public UpdateType updateType
Résultat UpdateType