C# Class UnityEditor.GameViewSizeGroup

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
AddBuiltinSize ( GameViewSize size ) : void
AddBuiltinSizes ( ) : void
AddCustomSize ( GameViewSize size ) : void
AddCustomSizes ( ) : void
GetBuiltinCount ( ) : int
GetCustomCount ( ) : int
GetDisplayTexts ( ) : string[]
GetGameViewSize ( int index ) : GameViewSize
GetTotalCount ( ) : int
IndexOf ( GameViewSize view ) : int
IsCustomSize ( int index ) : bool
RemoveCustomSize ( int index ) : void
TotalIndexToCustomIndex ( int index ) : int

Method Details

AddBuiltinSize() public method

public AddBuiltinSize ( GameViewSize size ) : void
size GameViewSize
return void

AddBuiltinSizes() public method

public AddBuiltinSizes ( ) : void
return void

AddCustomSize() public method

public AddCustomSize ( GameViewSize size ) : void
size GameViewSize
return void

AddCustomSizes() public method

public AddCustomSizes ( ) : void
return void

GetBuiltinCount() public method

public GetBuiltinCount ( ) : int
return int

GetCustomCount() public method

public GetCustomCount ( ) : int
return int

GetDisplayTexts() public method

public GetDisplayTexts ( ) : string[]
return string[]

GetGameViewSize() public method

public GetGameViewSize ( int index ) : GameViewSize
index int
return GameViewSize

GetTotalCount() public method

public GetTotalCount ( ) : int
return int

IndexOf() public method

public IndexOf ( GameViewSize view ) : int
view GameViewSize
return int

IsCustomSize() public method

public IsCustomSize ( int index ) : bool
index int
return bool

RemoveCustomSize() public method

public RemoveCustomSize ( int index ) : void
index int
return void

TotalIndexToCustomIndex() public method

public TotalIndexToCustomIndex ( int index ) : int
index int
return int