Class SandboxSettingsInterface
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class SandboxSettingsInterface : PositionedMenuObject
- Inheritance
-
SandboxSettingsInterface
- Inherited Members
-
Constructors
SandboxSettingsInterface(Menu, MenuObject)
public SandboxSettingsInterface(Menu menu, MenuObject owner)
Parameters
menu Menu
owner MenuObject
Fields
public SymbolButton clearButton
Field Value
- SymbolButton
currentPage
Field Value
- int
divSprite
Field Value
- FSprite
divSpritePos
public Vector2 divSpritePos
Field Value
- Vector2
freezeMenu
Field Value
- bool
nextPage
public SandboxSettingsInterface.PageButton nextPage
Field Value
- SandboxSettingsInterface.PageButton
prevPage
public SandboxSettingsInterface.PageButton prevPage
Field Value
- SandboxSettingsInterface.PageButton
scoreControllers
public List<SandboxSettingsInterface.ScoreController> scoreControllers
Field Value
- List<SandboxSettingsInterface.ScoreController>
Properties
GetArenaSetup
public ArenaSetup GetArenaSetup { get; }
Property Value
- ArenaSetup
GetGameTypeSetup
public ArenaSetup.GameTypeSetup GetGameTypeSetup { get; }
Property Value
- ArenaSetup.GameTypeSetup
GetMultiplayerMenu
public MultiplayerMenu GetMultiplayerMenu { get; }
Property Value
- MultiplayerMenu
Methods
public void AddPositionedScoreButton(SandboxSettingsInterface.ScoreController button, ref IntVector2 ps, Vector2 additionalOffset)
Parameters
button SandboxSettingsInterface.ScoreController
ps IntVector2
additionalOffset Vector2
public void AddScoreButton(MultiplayerUnlocks.SandboxUnlockID unlockID, ref IntVector2 ps)
Parameters
unlockID MultiplayerUnlocks.SandboxUnlockID
ps IntVector2
ClearInterface()
public void ClearInterface()
DefaultKillScores(ref int[])
public static void DefaultKillScores(ref int[] killScores)
Parameters
killScores int[]
DefaultScores()
public void DefaultScores()
GetLanguageOffset(LanguageID)
public static Vector2 GetLanguageOffset(InGameTranslator.LanguageID lang)
Parameters
lang InGameTranslator.LanguageID
Returns
- Vector2
GetSandboxUnlocksToShow()
public static List<MultiplayerUnlocks.SandboxUnlockID> GetSandboxUnlocksToShow()
Returns
- List<MultiplayerUnlocks.SandboxUnlockID>
IsThisSandboxUnlockVisible(SandboxUnlockID)
public static bool IsThisSandboxUnlockVisible(MultiplayerUnlocks.SandboxUnlockID sandboxUnlockID)
Parameters
sandboxUnlockID MultiplayerUnlocks.SandboxUnlockID
Returns
- bool
ReinitInterface()
public void ReinitInterface()
Singal(MenuObject, string)
public override void Singal(MenuObject sender, string message)
Parameters
sender MenuObject
message string
ZeroScores()