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

Afficher le fichier Open project: Leopotam/LeopotamGroupLibraryUnity

Méthodes publiques

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

Private Methods

Méthode Description
GameViewResolution ( ) : System
GetCurrentGroup ( ) : object

Method Details

AddCustomPreset() public static méthode

public static AddCustomPreset ( int width, int height, string text ) : int
width int
height int
text string
Résultat int

GetPreset() public static méthode

public static GetPreset ( ) : int
Résultat int

RemoveCustomPreset() public static méthode

public static RemoveCustomPreset ( int id ) : void
id int
Résultat void

SetPreset() public static méthode

public static SetPreset ( int id ) : void
id int
Résultat void