Space Engineers
Classes | Enumerations
Package Sandbox.Engine.Platform.VideoMode

Classes

struct  MyAspectRatio
 
struct  MyGraphicsSettings
 
class  MyVideoSettingsManager
 

Enumerations

enum  MyAspectRatioEnum {
  MyAspectRatioEnum.Normal_4_3 = 0, MyAspectRatioEnum.Normal_16_9 = 1, MyAspectRatioEnum.Normal_16_10 = 2, MyAspectRatioEnum.Dual_4_3 = 3,
  MyAspectRatioEnum.Dual_16_9 = 4, MyAspectRatioEnum.Dual_16_10 = 5, MyAspectRatioEnum.Triple_4_3 = 6, MyAspectRatioEnum.Triple_16_9 = 7,
  MyAspectRatioEnum.Triple_16_10 = 8, MyAspectRatioEnum.Unsupported_5_4 = 9
}
 

Enumeration Type Documentation

Enumerator
Normal_4_3 
Normal_16_9 
Normal_16_10 
Dual_4_3 
Dual_16_9 
Dual_16_10 
Triple_4_3 
Triple_16_9 
Triple_16_10 
Unsupported_5_4 

Definition at line 10 of file MyAspectRatio.cs.