MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetEditorSphere

Method GetEditorSphere

Source/Editor/SceneGraph/ActorNode.cs:328–331  ·  view source on GitHub ↗

(out BoundingSphere sphere)

Source from the content-addressed store, hash-verified

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)

Callers 2

UpdateMethod · 0.45
ShowActorsMethod · 0.45

Calls 1

GetActorEditorSphereMethod · 0.80

Tested by

no test coverage detected