C# Class KerbalEngineer.VesselSimulator.AttachNodeSim

Mostra file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Properties

Property Type Description
attachedPartSim PartSim
id String
nodeType AttachNode.NodeType

Public Methods

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

Private Methods

Method Description
Create ( ) : AttachNodeSim
Reset ( AttachNodeSim attachNodeSim ) : void

Method Details

DumpToLog() public method

public DumpToLog ( LogMsg log ) : void
log LogMsg
return void

New() public static method

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

Release() public method

public Release ( ) : void
return void

Property Details

attachedPartSim public_oe property

public PartSim,KerbalEngineer.VesselSimulator attachedPartSim
return PartSim

id public_oe property

public String id
return String

nodeType public_oe property

public AttachNode.NodeType nodeType
return AttachNode.NodeType