C# Class FSO.Common.FSOEnvironment

Mostra file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
ContentDir string
DPIScaleFactor int
DirectX bool
GFXContentDir string
Linux bool
SoftwareDepth bool
SoftwareKeyboard bool
UIZoomFactor float
UseMRT bool
UserDir string

Property Details

ContentDir public_oe static_oe property

public static string ContentDir
return string

DPIScaleFactor public_oe static_oe property

public static int DPIScaleFactor
return int

DirectX public_oe static_oe property

public static bool DirectX
return bool

GFXContentDir public_oe static_oe property

public static string GFXContentDir
return string

Linux public_oe static_oe property

public static bool Linux
return bool

SoftwareDepth public_oe static_oe property

True if system does not support gl_FragDepth (eg. iOS). Uses alternate pipeline that abuses stencil buffer.
public static bool SoftwareDepth
return bool

SoftwareKeyboard public_oe static_oe property

public static bool SoftwareKeyboard
return bool

UIZoomFactor public_oe static_oe property

public static float UIZoomFactor
return float

UseMRT public_oe static_oe property

public static bool UseMRT
return bool

UserDir public_oe static_oe property

public static string UserDir
return string