Table of Contents

Class FutileParams

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FutileParams
Inheritance
FutileParams
Inherited Members

Constructors

FutileParams(bool, bool, bool, bool)

public FutileParams(bool supportsLandscapeLeft, bool supportsLandscapeRight, bool supportsPortrait, bool supportsPortraitUpsideDown)

Parameters

supportsLandscapeLeft bool
supportsLandscapeRight bool
supportsPortrait bool
supportsPortraitUpsideDown bool

Fields

backgroundColor

public Color backgroundColor

Field Value

Color

origin

public Vector2 origin

Field Value

Vector2

resLevels

public List<FResolutionLevel> resLevels

Field Value

List<FResolutionLevel>

shouldLerpToNearestResolutionLevel

public bool shouldLerpToNearestResolutionLevel

Field Value

bool

singleOrientation

public ScreenOrientation singleOrientation

Field Value

ScreenOrientation

supportsLandscapeLeft

public bool supportsLandscapeLeft

Field Value

bool

supportsLandscapeRight

public bool supportsLandscapeRight

Field Value

bool

supportsPortrait

public bool supportsPortrait

Field Value

bool

supportsPortraitUpsideDown

public bool supportsPortraitUpsideDown

Field Value

bool

targetFrameRate

public int targetFrameRate

Field Value

int

Methods

AddResolutionLevel(float, float, float, string)

public FResolutionLevel AddResolutionLevel(float maxLength, float displayScale, float resourceScale, string resourceSuffix)

Parameters

maxLength float
displayScale float
resourceScale float
resourceSuffix string

Returns

FResolutionLevel