Env particle performance monitor: Difference between revisions
Jump to navigation
Jump to search
In code, it is represented by the
(dots) |
(→Keyvalues: KV Targetname with "base=1". Its deprecated but KV_BaseEntity isn't getting a link to a page named "Full 'BaseEntity' KeyValues") |
||
Line 5: | Line 5: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV | {{KV Targetname|base=1}} | ||
==Inputs== | ==Inputs== |
Revision as of 04:33, 31 October 2021
Template:Base point It is used for turning on and off measuring and display of particle throughput.

CParticlePerformanceMonitor
class, defined in thesprite_perfmonitor.cpp
file.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- TurnOnDisplay
- Turn on display of particle simulation benchmark.
- TurnOffDisplay
- Turn off display of particle simulation benchmark.
- StartMeasuring
- Start measuring particle simulation speed.
- StopMeasuring
- Stop measuring particle simulation speed.