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
-added line 41 ( element.name = content.name )
-added function getFirstElementByName
-added function setElementPositionByName
Is this right or wrong? Apologies in advance if it's not.
I hope I'm right though, modifying Citrus Engine is not a part of my scope when helping others usually, but I did not see any function that could return an element from the _elements vector.
Please comment on the thread if there's another way to do this without modifying Citrus Engine, or if there's a better patch.
The text was updated successfully, but these errors were encountered:
http://forum.starling-framework.org/topic/change-basicuilayout
my patch:
https://www.dropbox.com/s/ii7rk966yrzdduk/BasicUILayout.as?dl=0
-added line 41 ( element.name = content.name )
-added function getFirstElementByName
-added function setElementPositionByName
Is this right or wrong? Apologies in advance if it's not.
I hope I'm right though, modifying Citrus Engine is not a part of my scope when helping others usually, but I did not see any function that could return an element from the _elements vector.
Please comment on the thread if there's another way to do this without modifying Citrus Engine, or if there's a better patch.
The text was updated successfully, but these errors were encountered: