Adds the specified actor to draw it's debug visuals. The actor.
(Actor actor)
| 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. |
no test coverage detected