C# Class TetrisTile, Asylum

Inheritance: MonoBehaviour
Afficher le fichier Open project: jump4r/Asylum Class Usage Examples

Méthodes publiques

Свойство Type Description
rotated bool
rotating bool

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void
freezeTile ( ) : void
startRotation ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

freezeTile() public méthode

public freezeTile ( ) : void
Résultat void

startRotation() public méthode

public startRotation ( ) : void
Résultat void

Property Details

rotated public_oe property

public bool rotated
Résultat bool

rotating public_oe property

public bool rotating
Résultat bool