Open 3D Engine Multiplayer Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
A component for network players to render their player id in world-space. Both autonomous players and client proxies will have their player ids rendered on screen. More...
#include <NetworkDebugPlayerIdComponent.h>
Inherits NetworkDebugPlayerIdComponentBase, and AZ::TickBus::Handler.
Public Member Functions | |
AZ_MULTIPLAYER_COMPONENT (Multiplayer::NetworkDebugPlayerIdComponent, s_networkDebugPlayerIdComponentConcreteUuid, Multiplayer::NetworkDebugPlayerIdComponentBase) | |
void | OnActivate (EntityIsMigrating entityIsMigrating) override |
void | OnDeactivate (EntityIsMigrating entityIsMigrating) override |
void | OnTick (float deltaTime, AZ::ScriptTimePoint time) override |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
A component for network players to render their player id in world-space. Both autonomous players and client proxies will have their player ids rendered on screen.