C# Class UnityEditor.GameViewSize

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

Private Properties

Свойство Type Description
Changed void
Clamp void
ComposeDisplayString string

Méthodes publiques

Méthode Description
GameViewSize ( GameViewSize other ) : System
GameViewSize ( GameViewSizeType type, int width, int height, string baseText ) : System
Set ( GameViewSize other ) : void

Private Methods

Méthode Description
Changed ( ) : void
Clamp ( ) : void
ComposeDisplayString ( ) : string

Method Details

GameViewSize() public méthode

public GameViewSize ( GameViewSize other ) : System
other GameViewSize
Résultat System

GameViewSize() public méthode

public GameViewSize ( GameViewSizeType type, int width, int height, string baseText ) : System
type GameViewSizeType
width int
height int
baseText string
Résultat System

Set() public méthode

public Set ( GameViewSize other ) : void
other GameViewSize
Résultat void