MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / PropComponentBase

Method PropComponentBase

Rtxpt/SampleGame/GamePropComponent.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using namespace game;
31
32PropComponentBase::PropComponentBase(class PropBase& prop, const std::string & type)
33 : m_prop(prop), m_type(type)
34{
35
36}
37
38class PropComponentPoliceLights : public PropComponentBase
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected