|
| static void | Draw (SerializedProperty gameBoardSettingsProperty) |
| | Draw the Gameboard settings for the singleplayer TiltFiveManager.
|
| static void | Draw (SerializedProperty playerOneGameboardSettingsProperty, SerializedProperty playerTwoGameboardSettingsProperty, SerializedProperty playerThreeGameboardSettingsProperty, SerializedProperty playerFourGameboardSettingsProperty) |
| | Draw the Gameboard settings for Player One for the multiplayer TiltFiveManager.
|
| static void | Draw (SerializedProperty gameBoardSettingsProperty, SerializedProperty playerOneGameboardSettingsProperty) |
| | Draw the Gameboard Settings for any player other than Player One for the multiplayer TiltFiveManager.
|
◆ Draw() [1/3]
| void TiltFive.GameBoardSettingsDrawer.Draw |
( |
SerializedProperty | gameBoardSettingsProperty | ) |
|
|
inlinestatic |
Draw the Gameboard settings for the singleplayer TiltFiveManager.
- Parameters
-
| gameBoardSettingsProperty | |
◆ Draw() [2/3]
| void TiltFive.GameBoardSettingsDrawer.Draw |
( |
SerializedProperty | gameBoardSettingsProperty, |
|
|
SerializedProperty | playerOneGameboardSettingsProperty ) |
|
inlinestatic |
Draw the Gameboard Settings for any player other than Player One for the multiplayer TiltFiveManager.
- Parameters
-
| gameBoardSettingsProperty | |
| playerOneGameboardSettingsProperty | |
◆ Draw() [3/3]
| void TiltFive.GameBoardSettingsDrawer.Draw |
( |
SerializedProperty | playerOneGameboardSettingsProperty, |
|
|
SerializedProperty | playerTwoGameboardSettingsProperty, |
|
|
SerializedProperty | playerThreeGameboardSettingsProperty, |
|
|
SerializedProperty | playerFourGameboardSettingsProperty ) |
|
inlinestatic |
Draw the Gameboard settings for Player One for the multiplayer TiltFiveManager.
- Parameters
-
| playerOneGameboardSettingsProperty | |
| playerTwoGameboardSettingsProperty | |
| playerThreeGameboardSettingsProperty | |
| playerFourGameboardSettingsProperty | |
The documentation for this class was generated from the following file: