C# Class FreeFlightEditor, Unity-Free-Flight

Inheritance: Editor
显示文件 Open project: NickolausDS/Unity-Free-Flight

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnFocus ( ) : void
OnLostFocus ( ) : void
editorFlightControls ( FreeFlight, ff ) : void
editorGroundControls ( FreeFlight, ff ) : void
editorPhysics ( FreeFlight, ff, FreeFlightPhysics, fp ) : void
editorTakeoffLanding ( FreeFlight, ff ) : void
editorWingProperties ( FreeFlightPhysics, fp ) : void
loadEditorPrefs ( ) : void
saveEditorPrefs ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void