EasyStage icon indicating copy to clipboard operation
EasyStage copied to clipboard

A stage profile tool for libgdx

Results 1 EasyStage issues
Sort by recently updated
recently updated
newest added

只要stage中包含有继承于table的组件就会报错,因为table类中有一个非布尔型的debug变量覆盖了actor类中变量debug,导致com.ayocrazy.easystage.rmi.ActorGetter类中的 `actorBean.setDebug((boolean) EasyReflect.getValue("debug", actor));`得到错误的类型而报错