Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Public Attributes | List of all members
KSP.UI.ContentAspectController Class Reference
Inheritance diagram for KSP.UI.ContentAspectController:

Public Types

enum  AspectMode { AspectMode.None, AspectMode.WidthControlsHeight, AspectMode.HeightControlsWidth }
 

Public Member Functions

void SetLayoutHorizontal ()
 
void SetLayoutVertical ()
 

Public Attributes

AspectMode aspectMode = AspectMode.None
 
float borderBottom = 0f
 
float borderLeft = 0f
 
float borderRight = 0f
 
float borderTop = 0f
 
float desiredContentAspect = 1.3333f
 

Member Enumeration Documentation

enum KSP.UI.ContentAspectController.AspectMode
Enumerator
None 
WidthControlsHeight 
HeightControlsWidth 

Member Function Documentation

void KSP.UI.ContentAspectController.SetLayoutHorizontal ( )
inline
void KSP.UI.ContentAspectController.SetLayoutVertical ( )
inline

Member Data Documentation

AspectMode KSP.UI.ContentAspectController.aspectMode = AspectMode.None
float KSP.UI.ContentAspectController.borderBottom = 0f
float KSP.UI.ContentAspectController.borderLeft = 0f
float KSP.UI.ContentAspectController.borderRight = 0f
float KSP.UI.ContentAspectController.borderTop = 0f
float KSP.UI.ContentAspectController.desiredContentAspect = 1.3333f

The documentation for this class was generated from the following file: