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

Method Add

Source/Editor/ViewportDebugDrawData.cs:44–47  ·  view source on GitHub ↗

Adds the specified actor to draw it's debug visuals. The actor.

(Actor actor)

Source from the content-addressed store, hash-verified

42 /// </summary>
43 /// <param name="actor">The actor.</param>
44 public void Add(Actor actor)
45 {
46 _actors.Add(FlaxEngine.Object.GetUnmanagedPtr(actor));
47 }
48
49 /// <summary>
50 /// Highlights the model.

Callers 2

HighlightModelMethod · 0.45
HighlightBrushSurfaceMethod · 0.45

Calls 1

GetUnmanagedPtrMethod · 0.80

Tested by

no test coverage detected