C# Class UnityEditor.GameViewSizeGroup

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddBuiltinSize ( GameViewSize size ) : void
size GameViewSize
Résultat void

AddBuiltinSizes() public méthode

public AddBuiltinSizes ( ) : void
Résultat void

AddCustomSize() public méthode

public AddCustomSize ( GameViewSize size ) : void
size GameViewSize
Résultat void

AddCustomSizes() public méthode

public AddCustomSizes ( ) : void
Résultat void

GetBuiltinCount() public méthode

public GetBuiltinCount ( ) : int
Résultat int

GetCustomCount() public méthode

public GetCustomCount ( ) : int
Résultat int

GetDisplayTexts() public méthode

public GetDisplayTexts ( ) : string[]
Résultat string[]

GetGameViewSize() public méthode

public GetGameViewSize ( int index ) : GameViewSize
index int
Résultat GameViewSize

GetTotalCount() public méthode

public GetTotalCount ( ) : int
Résultat int

IndexOf() public méthode

public IndexOf ( GameViewSize view ) : int
view GameViewSize
Résultat int

IsCustomSize() public méthode

public IsCustomSize ( int index ) : bool
index int
Résultat bool

RemoveCustomSize() public méthode

public RemoveCustomSize ( int index ) : void
index int
Résultat void

TotalIndexToCustomIndex() public méthode

public TotalIndexToCustomIndex ( int index ) : int
index int
Résultat int