C# Class SSTUTools.SSTUSelectableNodes

Inheritance: PartModule
Datei anzeigen Open project: shadowmage45/SSTULabs Class Usage Examples

Public Methods

Method Description
OnStart ( PartModule state ) : void
toggleNode ( ) : void
updateNodePosition ( Part part, String nodeName, Vector3 pos ) : void

Private Methods

Method Description
toggleNodeEvent ( ) : void

Method Details

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

toggleNode() public method

public toggleNode ( ) : void
return void

updateNodePosition() public static method

public static updateNodePosition ( Part part, String nodeName, Vector3 pos ) : void
part Part
nodeName String
pos Vector3
return void