Files
GTASource/game/tools/ObjectProfiler.psc
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

26 lines
661 B
Plaintext

<?xml version="1.0"?>
<ParserSchema xmlns="http://www.rockstargames.com/RageParserSchema">
<structdef type="ProfiledObjectLODData">
<int name="lod"/>
<float name="min"/>
<float name="max"/>
<float name="average"/>
<float name="std"/>
</structdef>
<structdef type="ProfiledObjectData">
<string name="objectName" type="atString"/>
<array name="objectLODData" type="atArray">
<struct type="ProfiledObjectLODData"/>
</array>
</structdef>
<structdef type="ObjectProfilerResults">
<string name="buildVersion" type="atString"/>
<array name="objectData" type="atArray">
<struct type="ProfiledObjectData"/>
</array>
</structdef>
</ParserSchema>