Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplayer_Photonの状態識別関数の追加 #1235

Open
comefrombottom opened this issue Jun 19, 2024 · 1 comment
Open

Multiplayer_Photonの状態識別関数の追加 #1235

comefrombottom opened this issue Jun 19, 2024 · 1 comment

Comments

@comefrombottom
Copy link
Member

追加する機能の内容 | Describe the solution you'd like
サーバーに接続完了した状態であることを示すisConnected()(isActive()は接続中もtrueなため別)
サーバーに接続中であることを示すisConnecting()
ルームに接続中であることを示すisJoiningRoom()
その機能の追加によって解決する問題 | Is your feature request related to a problem? Please describe.
ルームに接続中であるかサーバーに接続中であるかを識別できるようになる。使い勝手がよくなる。
備考 | Additional context
https://discord.com/channels/443310697397354506/999983621408567326/1253004334145212558

@comefrombottom
Copy link
Member Author

comefrombottom commented Jun 28, 2024

ルームを退出中であることを示すisLeavingRoom()
サーバー接続中であることを示すisDisconnecting()

ここまでくるとenum class を提供してもいい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant