api: add overhead text changed event and setOverheadText

This commit is contained in:
Magic fTail
2019-03-19 14:37:35 -04:00
committed by Adam
parent cb574a1fb0
commit ee98065735
4 changed files with 63 additions and 0 deletions
@@ -36,6 +36,10 @@ public interface RSActor extends RSRenderable, Actor
@Override
String getOverheadText();
@Import("overhead")
@Override
void setOverheadText(String overheadText);
@Import("x")
int getX();