Defines the registration states for GameObjects. More...
Go to the source code of this file.
Enumerations | |
enum class | RegistrationState { CURRENTLY_DEREGISTERED , PENDING_REGISTRATION , CURRENTLY_REGISTERED , PENDING_DEREGISTRATION } |
Enum class representing the registration states of GameObjects. More... | |
Defines the registration states for GameObjects.
This file contains the definition of the RegistrationState
enum class, which represents the different states of registration for GameObjects.
|
strong |
Enum class representing the registration states of GameObjects.
The RegistrationState
enum class defines the possible states of registration for GameObjects.