pub fn is_remote_entity() -> Component<()>
Expand description

Is remote entity: If attached, this entity was not spawned locally (e.g. if this is the client, it was spawned by the server).

Attributes: Debuggable, Networked