Property | Type | Description | |
---|---|---|---|
gimbalAdjustmentRange | float | ||
gimbalDefaultOrientation | |||
gimbalFlightRange | float | ||
gimbalTransformName | String | ||
thrustTransformName | String |
Method | Description | |
---|---|---|
SRBNozzleData ( |
||
getGimbalTransform ( ) : |
||
getThrustTransform ( ) : |
||
setupTransformDefaults ( |
Positions the input thrust transform as a child of the models existing gimbal transform in the same orientation as the models existing thrust transform.
|
|
updateGimbalRotation ( Vector3 worldAxis, float newRotation ) : void |
Resets the gimbal to its default orientation, and then applies newRotation to it as a direct rotation around the input world axis
|
public SRBNozzleData ( |
||
node | ||
return | System |
public getGimbalTransform ( ) : |
||
return |
public getThrustTransform ( ) : |
||
return |
public setupTransformDefaults ( |
||
partThrustTransform | ||
partGimbalTransform | ||
return | void |
public updateGimbalRotation ( Vector3 worldAxis, float newRotation ) : void | ||
worldAxis | Vector3 | |
newRotation | float | |
return | void |
public Quaternion,UnityEngine gimbalDefaultOrientation | ||
return |