21 class DtFrameStateInterface;
43 bool publishObject =
true);
48 virtual bool isUnit()
const override {
return false; };
49 virtual bool isEntity()
const override {
return false; };
53 virtual void onTick()
override;
55 virtual bool isLocal()
const override {
return false; };
59 virtual void updateComponent() = 0;
virtual bool isEntity() const override
Definition: remoteStateComponentNetInterface.h:49
Class Description: DtStateComponentNetInterface.
Definition: stateComponentNetInterface.h:30
Definition: remoteStateComponentNetInterface.h:23
virtual bool isUnit() const override
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: remoteStateComponentNetInterface.h:48
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:72
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
virtual bool isLocal() const override
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: remoteStateComponentNetInterface.h:55
virtual bool isEnvironmental() const override
Definition: remoteStateComponentNetInterface.h:50
bool myUpdatedOnNetwork
Definition: remoteStateComponentNetInterface.h:72
DtReflectedObject * myReflectedObject
Definition: remoteStateComponentNetInterface.h:70
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
virtual bool wantsToCreatePublisher() const override
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: remoteStateComponentNetInterface.h:61
DtFrameStateInterface * myStateComponent
Definition: remoteStateComponentNetInterface.h:71
This is a simple base class that will be used to return a pointer to current or next frame state...
Definition: stateComponent.h:294