C# Class SSTUTools.Module.SSTUInterstageDecoupler.InterstageDecouplerModel

Inheritance: FairingContainer
ファイルを表示 Open project: shadowmage45/SSTULabs

Public Methods

Method Description
InterstageDecouplerModel ( GameObject root, GameObject collider, float colliderHeight, int cylinderFaces, int numberOfPanels, float thickness ) : System
generateFairing ( ) : void

Private Methods

Method Description
rebuildCollider ( ) : void

Method Details

InterstageDecouplerModel() public method

public InterstageDecouplerModel ( GameObject root, GameObject collider, float colliderHeight, int cylinderFaces, int numberOfPanels, float thickness ) : System
root UnityEngine.GameObject
collider UnityEngine.GameObject
colliderHeight float
cylinderFaces int
numberOfPanels int
thickness float
return System

generateFairing() public method

public generateFairing ( ) : void
return void