C# Class KerbalEngineer.VesselSimulator.AttachNodeSim

Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Свойство Type Description
attachedPartSim PartSim
id String
nodeType AttachNode.NodeType

Méthodes publiques

Méthode Description
DumpToLog ( LogMsg log ) : void
New ( PartSim partSim, String newId, AttachNode newNodeType ) : AttachNodeSim
Release ( ) : void

Private Methods

Méthode Description
Create ( ) : AttachNodeSim
Reset ( AttachNodeSim attachNodeSim ) : void

Method Details

DumpToLog() public méthode

public DumpToLog ( LogMsg log ) : void
log LogMsg
Résultat void

New() public static méthode

public static New ( PartSim partSim, String newId, AttachNode newNodeType ) : AttachNodeSim
partSim PartSim
newId String
newNodeType AttachNode
Résultat AttachNodeSim

Release() public méthode

public Release ( ) : void
Résultat void

Property Details

attachedPartSim public_oe property

public PartSim,KerbalEngineer.VesselSimulator attachedPartSim
Résultat PartSim

id public_oe property

public String id
Résultat String

nodeType public_oe property

public AttachNode.NodeType nodeType
Résultat AttachNode.NodeType