C# Class Engineer.VesselSimulator.AttachNodeSim

Afficher le fichier Open project: CYBUTEK/Engineer

Méthodes publiques

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

Méthodes publiques

Méthode Description
AttachNodeSim ( PartSim partSim, String newId, AttachNode newNodeType ) : System
DumpToBuffer ( StringBuilder buffer ) : void

Method Details

AttachNodeSim() public méthode

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

DumpToBuffer() public méthode

public DumpToBuffer ( StringBuilder buffer ) : void
buffer StringBuilder
Résultat void

Property Details

attachedPartSim public_oe property

public PartSim,Engineer.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