Namespace ValveResourceFormat.Particles.Upgrade ​
Classes ​
Replays the engine's vpcf KV3 format-conversion chain, upgrading particle system documents from their stored format to the newest implemented format.
Traces the function entries of a particle system document through the vpcf format-conversion chain, reporting per function list which entries survive, under which class name, and which entries the chain removes.
ParticleUpgradeTrace.TraceResult
The upgraded document the trace was taken from, and the traced entries keyed by function list member name. The upgraded root is the same tree the trace describes, so callers that need both do not have to run the chain twice.
ParticleUpgradeTrace.TracedFunction
One traced function entry: the class name after upgrading, the stored class name when the chain renamed the entry, and whether the chain removed the entry entirely.

