(out BoundingSphere sphere)
| 326 | |
| 327 | /// <inheritdoc /> |
| 328 | public override void GetEditorSphere(out BoundingSphere sphere) |
| 329 | { |
| 330 | Editor.GetActorEditorSphere(_actor, out sphere); |
| 331 | } |
| 332 | |
| 333 | /// <inheritdoc /> |
| 334 | public override void OnDebugDraw(ViewportDebugDrawData data) |
no test coverage detected