![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Erwin Broekhuis |
I have defined some Conditions in the Parameters > Conditions of an AnimationTree.
Is there a way to retrieve their names through code? I need to know their names, not their values.
So far I tried
var my_conditions = $AnimationTree.get("parameters/conditions")
hoping that it would return an Array to iterate through, but instead it returns null.
The point is, I want to have a function that iterates through all of the conditions and set them to FALSE, without having to know each of them by name.