Uses of Class
playn.core.Platform
-
Uses of Platform in playn.core
Subclasses of Platform in playn.coreModifier and TypeClassDescriptionclassA stub implementation ofPlatformthat provides implementations of those services that can be usefully implemented for unit tests, and throwsUnsupportedOperationExceptionfor the rest.Fields in playn.core declared as PlatformModifier and TypeFieldDescriptionfinal PlatformGame.platThe platform on which this game is running.Fields in playn.core with type parameters of type PlatformModifier and TypeFieldDescriptionPlatform.frameThis signal will be emitted at the start of every frame after the platform is started.Constructors in playn.core with parameters of type Platform