File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ memory_category: Instances
55summary : |
66 Performance metrics for a game.
77description : |
8- Stats is a service that provides real-time performance information about the
9- current running game instance. Its primary purpose is to provide developers
10- with an end point to measure where resources are being consumed, as well as
11- how much memory is being consumed overall.
8+ `Class. Stats` is a service that provides real-time performance information about
9+ the current running game instance. Its primary purpose is to provide an end point
10+ to measure where resources are being consumed, as well as how much memory is
11+ being consumed overall.
1212
13- The service also stores a tree of `Class.StatsItem`, which can have their
13+ The service also stores a tree of `Class.StatsItem` objects which can have their
1414 values read by plugins.
1515code_samples :
1616inherits :
@@ -24,7 +24,7 @@ properties:
2424 summary : |
2525 A measurement of how many parts are currently in contact with one another.
2626 description : |
27- ContactsCount describes how many parts are currently in contact with each
27+ This property describes how many parts are currently in contact with each
2828 other, such that one of the two parts are being physically simulated, and
2929 thus can be recognized by the `Class.BasePart:GetTouchingParts()` method.
3030 code_samples :
You can’t perform that action at this time.
0 commit comments