C# Class LeopotamGroup.EditorHelpers.ScreenCapturing.ScreenCapturer.GameViewResolution

Datei anzeigen Open project: Leopotam/LeopotamGroupLibraryUnity

Public Methods

Method Description
AddCustomPreset ( int width, int height, string text ) : int
GetPreset ( ) : int
RemoveCustomPreset ( int id ) : void
SetPreset ( int id ) : void

Private Methods

Method Description
GameViewResolution ( ) : System
GetCurrentGroup ( ) : object

Method Details

AddCustomPreset() public static method

public static AddCustomPreset ( int width, int height, string text ) : int
width int
height int
text string
return int

GetPreset() public static method

public static GetPreset ( ) : int
return int

RemoveCustomPreset() public static method

public static RemoveCustomPreset ( int id ) : void
id int
return void

SetPreset() public static method

public static SetPreset ( int id ) : void
id int
return void