C# Class Engineer.VesselSimulator.AttachNodeSim

Show file 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 property

public PartSim,Engineer.VesselSimulator attachedPartSim
return PartSim

id public property

public String id
return String

nodeType public property

public AttachNode.NodeType nodeType
return AttachNode.NodeType