C# Class SystemMessage, UnityDemo

Inheritance: MonoBehaviour
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Méthode Description
SetResolution ( float width, float height ) : void

設定解析度.

Show ( bool show ) : void

顯示訊息.

Private Methods

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetResolution() public méthode

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

Show() public méthode

顯示訊息.
public Show ( bool show ) : void
show bool
Résultat void