![]() |
Falco Engine 3.9.0.1 (beta)
|
Public Types | |
enum | ShadowsQualityLevel { Level1 , Level2 , Level3 , Level4 , Level5 , Level6 } |
Shadows quality level enum More... | |
enum | ShadowsCascadesCount { Two , Three , Four } |
Shadows cascades count enum More... | |
enum | ShadowsSoftenessLevel { Off , Low , Normal , High } |
Shadows softeness level enum More... | |
Public Member Functions | |
static void | SetWindowSize (int width, int height) |
Set window size More... | |
static int | GetWindowWidth () |
Return window width More... | |
static int | GetWindowHeight () |
Return window height More... | |
static void | SetFullScreen (bool value) |
Set window fullscreen More... | |
static bool | GetFullScreen () |
Return true if window is in fullscreen More... | |
static void | SetExclusiveMode (bool value) |
Set window should run in exclusive mode and switch display resolution if needed More... | |
static bool | GetExclusiveMode () |
Return true if window is running in exclusive mode More... | |
static void | SetVSync (bool value) |
Set V-Sync enabled or not More... | |
static bool | GetVSync () |
Return true if V-Sync is enabled More... | |
static void | SetFXAA (bool value) |
Set use FXAA anti aliasing More... | |
static bool | GetFXAA () |
Return true if FXAA anti aliasing is enabled More... | |
static void | SetDynamicResolution (bool value) |
Set use back buffer dynamic resolution More... | |
static bool | GetDynamicResolution () |
Returns if back buffer dynamic resolution is using More... | |
static void | SetDynamicResolutionValue (float value) |
Set back buffer resolution ratio (from 0.5 to 1) More... | |
static float | GetDynamicResolutionValue () |
Return back buffer resolution ratio More... | |
static void | SetAutoDynamicResolution (bool value) |
Set use auto back buffer dynamic resolution More... | |
static bool | GetAutoDynamicResolution () |
Returns if auto back buffer dynamic resolution is using More... | |
static void | SetAutoDynamicResolutionTargetFPS (int value) |
Set target frames per second for auto dynamic resolution More... | |
static int | GetAutoDynamicResolutionTargetFPS () |
Return target frames per second for auto dynamic resolution More... | |
static void | SetShadowsDistance (float value) |
Set distance in which shadows will be visible More... | |
static float | GetShadowsDistance () |
Return shadows distance More... | |
static void | SetShadowsEnabled (bool value) |
Enable/disable shadows More... | |
static bool | GetShadowsEnabled () |
Returns if shadows are enabled More... | |
Static Public Member Functions | |
static void | SetDirectionalShadowsQuality (ShadowsQualityLevel qualityLevel) |
Set directional shadows quality More... | |
static ShadowsQualityLevel | GetDirectionalShadowsQuality () |
Return directional shadows quality More... | |
static void | SetPointShadowsQuality (ShadowsQualityLevel qualityLevel) |
Set point shadows quality More... | |
static ShadowsQualityLevel | GetPointShadowsQuality () |
Return point shadows quality More... | |
static void | SetSpotShadowsQuality (ShadowsQualityLevel qualityLevel) |
Set spot shadows quality More... | |
static ShadowsQualityLevel | GetSpotShadowsQuality () |
Return spot shadows quality More... | |
static void | SetShadowsCascadesCount (ShadowsCascadesCount cascadesCount) |
Set shadows cascades count (for directional lights only) More... | |
static ShadowsCascadesCount | GetShadowsCascadesCount () |
Return shadows cascades count More... | |
static void | SetShadowsSofteness (ShadowsSoftenessLevel shadowsSofteness) |
Set shadows softeness More... | |
static ShadowsSoftenessLevel | GetShadowsSofteness () |
Return shadows softeness More... | |
Definition at line 9 of file QualitySettings.cs.
Shadows cascades count enum
Enumerator | |
---|---|
Two | |
Three | |
Four |
Definition at line 29 of file QualitySettings.cs.
Shadows quality level enum
Enumerator | |
---|---|
Level1 | |
Level2 | |
Level3 | |
Level4 | |
Level5 | |
Level6 |
Definition at line 16 of file QualitySettings.cs.
Shadows softeness level enum
Enumerator | |
---|---|
Off | |
Low | |
Normal | |
High |
Definition at line 39 of file QualitySettings.cs.
static bool FalcoEngine.QualitySettings.GetAutoDynamicResolution | ( | ) |
Returns if auto back buffer dynamic resolution is using
static int FalcoEngine.QualitySettings.GetAutoDynamicResolutionTargetFPS | ( | ) |
Return target frames per second for auto dynamic resolution
|
static |
static bool FalcoEngine.QualitySettings.GetDynamicResolution | ( | ) |
Returns if back buffer dynamic resolution is using
static float FalcoEngine.QualitySettings.GetDynamicResolutionValue | ( | ) |
Return back buffer resolution ratio
static bool FalcoEngine.QualitySettings.GetExclusiveMode | ( | ) |
Return true if window is running in exclusive mode
static bool FalcoEngine.QualitySettings.GetFullScreen | ( | ) |
Return true if window is in fullscreen
static bool FalcoEngine.QualitySettings.GetFXAA | ( | ) |
Return true if FXAA anti aliasing is enabled
|
static |
|
static |
static float FalcoEngine.QualitySettings.GetShadowsDistance | ( | ) |
Return shadows distance
static bool FalcoEngine.QualitySettings.GetShadowsEnabled | ( | ) |
Returns if shadows are enabled
|
static |
|
static |
static bool FalcoEngine.QualitySettings.GetVSync | ( | ) |
Return true if V-Sync is enabled
static int FalcoEngine.QualitySettings.GetWindowHeight | ( | ) |
Return window height
static int FalcoEngine.QualitySettings.GetWindowWidth | ( | ) |
Return window width
static void FalcoEngine.QualitySettings.SetAutoDynamicResolution | ( | bool | value | ) |
Set use auto back buffer dynamic resolution
value |
static void FalcoEngine.QualitySettings.SetAutoDynamicResolutionTargetFPS | ( | int | value | ) |
Set target frames per second for auto dynamic resolution
value |
|
static |
Set directional shadows quality
qualityLevel |
Definition at line 195 of file QualitySettings.cs.
static void FalcoEngine.QualitySettings.SetDynamicResolution | ( | bool | value | ) |
Set use back buffer dynamic resolution
value |
static void FalcoEngine.QualitySettings.SetDynamicResolutionValue | ( | float | value | ) |
Set back buffer resolution ratio (from 0.5 to 1)
value |
static void FalcoEngine.QualitySettings.SetExclusiveMode | ( | bool | value | ) |
Set window should run in exclusive mode and switch display resolution if needed
value |
static void FalcoEngine.QualitySettings.SetFullScreen | ( | bool | value | ) |
Set window fullscreen
value |
static void FalcoEngine.QualitySettings.SetFXAA | ( | bool | value | ) |
Set use FXAA anti aliasing
value |
|
static |
Set point shadows quality
qualityLevel |
Definition at line 221 of file QualitySettings.cs.
|
static |
Set shadows cascades count (for directional lights only)
cascadesCount |
Definition at line 273 of file QualitySettings.cs.
static void FalcoEngine.QualitySettings.SetShadowsDistance | ( | float | value | ) |
Set distance in which shadows will be visible
value |
static void FalcoEngine.QualitySettings.SetShadowsEnabled | ( | bool | value | ) |
Enable/disable shadows
value |
|
static |
Set shadows softeness
shadowsSofteness |
Definition at line 299 of file QualitySettings.cs.
|
static |
static void FalcoEngine.QualitySettings.SetVSync | ( | bool | value | ) |
Set V-Sync enabled or not
value |
static void FalcoEngine.QualitySettings.SetWindowSize | ( | int | width, |
int | height | ||
) |
Set window size
width | |
height |