C# Class SystemMessage, UnityDemo

Inheritance: MonoBehaviour
Mostrar archivo Open project: rouchen/UnityDemo Class Usage Examples

Public Methods

Method Description
SetResolution ( float width, float height ) : void

設定解析度.

Show ( bool show ) : void

顯示訊息.

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetResolution() public method

設定解析度.
public SetResolution ( float width, float height ) : void
width float
height float
return void

Show() public method

顯示訊息.
public Show ( bool show ) : void
show bool
return void