Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ ChunkCommand
Class
ChunkCommand
deps/physx/physx/samples/samplelargeworld/ChunkLoader.h:98–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
};
97
98
struct ChunkCommand
99
{
100
ChunkCommand(ChunkCommandType::Enum _type, const ChunkID& _id)
101
{
102
type = _type;
103
id = _id;
104
}
105
106
ChunkCommandType::Enum type;
107
ChunkID id;
108
};
109
110
struct DynamicObjects
111
{
Callers
1
loaderThread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected