Class TitleFragmentDirections
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.TitleFragmentDirections
-
public class TitleFragmentDirections extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TitleFragmentDirections.OpenChallengeModeGame
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TitleFragmentDirections.OpenChallengeModeGame
openChallengeModeGame()
static NavDirections
openScaleSelect()
static NavDirections
openSettings()
-
-
-
Method Detail
-
openScaleSelect
@NonNull public static NavDirections openScaleSelect()
-
openChallengeModeGame
@NonNull public static TitleFragmentDirections.OpenChallengeModeGame openChallengeModeGame()
-
openSettings
@NonNull public static NavDirections openSettings()
-
-