C# Class Engineer.VesselSimulator.AttachNodeSim

Mostrar archivo Open project: CYBUTEK/Engineer

Public Properties

Property Type Description
attachedPartSim PartSim
id String
nodeType AttachNode.NodeType

Public Methods

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

Method Details

AttachNodeSim() public method

public AttachNodeSim ( PartSim partSim, String newId, AttachNode newNodeType ) : System
partSim PartSim
newId String
newNodeType AttachNode
return System

DumpToBuffer() public method

public DumpToBuffer ( StringBuilder buffer ) : void
buffer StringBuilder
return void

Property Details

attachedPartSim public_oe property

public PartSim,Engineer.VesselSimulator attachedPartSim
return PartSim

id public_oe property

public String id
return String

nodeType public_oe property

public AttachNode.NodeType nodeType
return AttachNode.NodeType