EngineEvent
scalatetris.engine.EngineEvent
object EngineEvent extends Enumeration
Enumeración que define los eventos del motor del juego.
Estos eventos son generados por el motor del juego para controlar su funcionamiento interno, como el ciclo de actualización.
Attributes
- Graph
-
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
EngineEvent.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Enumeration
- Supertypes
Attributes
- Inherited from:
- Enumeration
- Supertypes
object ValueOrdering
Attributes
- Inherited from:
- Enumeration
- Supertypes
class ValueSet
Attributes
- Inherited from:
- Enumeration
- Supertypes
-
trait Serializabletrait SortedSet[Value]trait SortedSet[Value]class AbstractSet[Value]trait Set[Value]trait Iterable[Value]class AbstractSet[Value]trait Set[Value]trait Equalsclass AbstractIterable[Value]trait Iterable[Value]trait IterableOnce[Value]class Objecttrait Matchableclass AnyShow all
Types
Value members
Inherited methods
Attributes
- Inherited from:
- Enumeration
Attributes
- Inherited from:
- Enumeration
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Enumeration -> Any
- Inherited from:
- Enumeration
In this article