Actors
4 tools for working with actors.
Split by whether they change your project. Read-only tools are always safe to try.
Reading
- List Actors — List actors in the current level with class and transform. Filter by class or label substring.
Writing
- Delete Actordestructive — Delete an actor from the current level and verify it is gone. Undoable, but destructive - confirm the label first with hf_list_actors.
- Set Actor Transform — Move, rotate, or scale an actor and verify by reading the transform back. Omitted components are left unchanged.
- Spawn Actor — Spawn an actor of a given class into the current level and verify it exists afterwards. Undoable.