GetSampleChildrenCount(int)
Gets amount of child samples for the specific sample.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public int GetSampleChildrenCount(int sampleIndex)
Parameters
Index of the Profiler sample.
Returns
Type | Description |
|---|---|
| int | Returns amount of child samples. |