You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Info category can currently display the player's nerve and animation. For whatever reason, this information is not shown on a selected actor in the Actor Browser window.
It would be nice to have a common function that would do the ImGui text calls with the only input being an al::LiveActor, so the same information can be drawn in both places.
Ideally, I think that there should be a few functions to get the following separately:
Pose, to print as much info as it can on the position, rotation, scale, gravity, and velocity
Nerve, to print the known nerve info on the actor
Draw, to print whether the actor is alive/dead, clipped, in view, etc..
Init, to print known al::ActorInitInfo args (is this possible???)
The text was updated successfully, but these errors were encountered:
The Info category can currently display the player's nerve and animation. For whatever reason, this information is not shown on a selected actor in the Actor Browser window.
It would be nice to have a common function that would do the ImGui text calls with the only input being an
al::LiveActor
, so the same information can be drawn in both places.Ideally, I think that there should be a few functions to get the following separately:
al::ActorInitInfo
args (is this possible???)The text was updated successfully, but these errors were encountered: