C# Class UnityEditor.GameViewSize

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

Private Properties

Property Type Description
Changed void
Clamp void
ComposeDisplayString string

Public Methods

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

Private Methods

Method Description
Changed ( ) : void
Clamp ( ) : void
ComposeDisplayString ( ) : string

Method Details

GameViewSize() public method

public GameViewSize ( GameViewSize other ) : System
other GameViewSize
return System

GameViewSize() public method

public GameViewSize ( GameViewSizeType type, int width, int height, string baseText ) : System
type GameViewSizeType
width int
height int
baseText string
return System

Set() public method

public Set ( GameViewSize other ) : void
other GameViewSize
return void