Interface for Despawned callback. Called when a NetworkBehaviour is despawned. More...
Inherits IPublicFacingInterface.
Inherited by NetworkBehaviour.
Public Member Functions | |
void | Despawned (NetworkRunner runner, bool hasState) |
Called when a NetworkBehaviour is despawned. More... | |
Interface for Despawned callback. Called when a NetworkBehaviour is despawned.
void Despawned | ( | NetworkRunner | runner, |
bool | hasState | ||
) |
Called when a NetworkBehaviour is despawned.
runner | NetworkRunner that despawned the NetworkBehaviour. |
hasState | Whether the NetworkBehaviour has state. |
Implemented in HitboxRoot, and NetworkBehaviour.