C# Class Completed.BoardManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: GlobalGameJam2016/CanDoll2 Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int