mirror of
https://github.com/Xevion/procedural-placement.git
synced 2025-12-08 16:08:06 -06:00
show point count in debug statement
This commit is contained in:
@@ -66,7 +66,7 @@ public class PointRendering : MonoBehaviour {
|
|||||||
}
|
}
|
||||||
|
|
||||||
float t2 = Time.realtimeSinceStartup;
|
float t2 = Time.realtimeSinceStartup;
|
||||||
Debug.Log($"{samplingMethod} generated in {t2 - t1:0.0000} seconds");
|
Debug.Log($"{samplingMethod} generated {_points.Count:n0} points in {t2 - t1:0.0000} seconds");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user