Is your feature request related to a problem? Please describe.
When I used the onStateEnter method to register a state handler, I frequently found myself need to access the object that triggers the state. I know I can pass the object itself as an argument to the enterState method, but I am wondering if there is an intrinsic method to access the object that I miss. If there is none, would that be a constructive feature to add?
Any more information?
No response
Is your feature request related to a problem? Please describe.
When I used the
onStateEntermethod to register a state handler, I frequently found myself need to access the object that triggers the state. I know I can pass the object itself as an argument to theenterStatemethod, but I am wondering if there is an intrinsic method to access the object that I miss. If there is none, would that be a constructive feature to add?Any more information?
No response