Photon Fusion
2.0.8
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.