Class ParticleUpgradeTrace
Namespace: ValveResourceFormat.Particles.Upgrade
Assembly: ValveResourceFormat.dll
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.
csharp
public static class ParticleUpgradeTraceInheritance
Methods
TraceFunctions(KVObject, KV3ID?)
Upgrades a clone of the given document root through the chain while tracking each function entry by identity, so renames, cross-list moves and reorders pair up exactly. Surviving entries appear in upgraded order in the list holding them after upgrading, and removed entries follow at the tail of the list that held them in the stored document.
csharp
public static ParticleUpgradeTrace.TraceResult TraceFunctions(KVObject root, KV3ID? storedFormat)Parameters
root KVObject
storedFormat KV3ID?

