Kerbal Space Program
1.12.4
|
Classes | |
class | Rotation |
Public Member Functions | |
delegate void | OnRotationFinished () |
void | UpdateTransform () |
Public Attributes | |
Rotation | horizontal = new Rotation(Rotation.Axis.Up, Rotation.Mode.Free) |
bool | invertHVorder = false |
OnRotationFinished | onRotationFinished |
Rotation | roll = new Rotation(Rotation.Axis.Forward) |
bool | rotateInWorldSpace = false |
Transform | target |
Rotation | vertical = new Rotation(Rotation.Axis.Right, Rotation.Mode.Free, -60, 60) |
delegate void EdyCommonTools.RotationController.OnRotationFinished | ( | ) |
|
inline |
Rotation EdyCommonTools.RotationController.horizontal = new Rotation(Rotation.Axis.Up, Rotation.Mode.Free) |
bool EdyCommonTools.RotationController.invertHVorder = false |
OnRotationFinished EdyCommonTools.RotationController.onRotationFinished |
bool EdyCommonTools.RotationController.rotateInWorldSpace = false |
Transform EdyCommonTools.RotationController.target |
Rotation EdyCommonTools.RotationController.vertical = new Rotation(Rotation.Axis.Right, Rotation.Mode.Free, -60, 60) |