Skip to content

Instantly share code, notes, and snippets.

@kudo004
Last active September 21, 2022 08:38
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 kudo004/460feb449988354448509dd2840f03f0 to your computer and use it in GitHub Desktop.
Save kudo004/460feb449988354448509dd2840f03f0 to your computer and use it in GitHub Desktop.
[SerializeField] private SwitchColor _switchColor;
void Start()
{
// 現在の状態と違う色に切り替え
_switchColor.Switch();
// trueの方に設定された色に切り替え
_switchColor.Switch(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment