Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 1, 2022 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/9f72457e5fb6a3702422846621ec1634 to your computer and use it in GitHub Desktop.
Save flushpot1125/9f72457e5fb6a3702422846621ec1634 to your computer and use it in GitHub Desktop.
//Title画面のBackground (子要素に全てのGUI部品が含まれている) は表示
let GameTitleBackground = GameTitleGUITexture.getControlByName("Background");
GameTitleBackground.isVisible = true;
//Setting画面のBackgroundは表示
let GameSettingBackground = GameSettingGUITexture.getControlByName("Background");
GameSettingBackground.isVisible = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment