C# 클래스 LeopotamGroup.EditorHelpers.ScreenCapturing.ScreenCapturer.GameViewResolution

파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 메소드들

메소드 설명
AddCustomPreset ( int width, int height, string text ) : int
GetPreset ( ) : int
RemoveCustomPreset ( int id ) : void
SetPreset ( int id ) : void

비공개 메소드들

메소드 설명
GameViewResolution ( ) : System
GetCurrentGroup ( ) : object

메소드 상세

AddCustomPreset() 공개 정적인 메소드

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

GetPreset() 공개 정적인 메소드

public static GetPreset ( ) : int
리턴 int

RemoveCustomPreset() 공개 정적인 메소드

public static RemoveCustomPreset ( int id ) : void
id int
리턴 void

SetPreset() 공개 정적인 메소드

public static SetPreset ( int id ) : void
id int
리턴 void