MCPcopy Create free account
hub / github.com/Var3D/var3dframe / getDrawable

Method getDrawable

core/src/core/java/var3d/net/center/VGame.java:1972–1976  ·  view source on GitHub ↗

获取drawable

(String imageName)

Source from the content-addressed store, hash-verified

1970 * 获取drawable
1971 */
1972 public TextureRegionDrawable getDrawable(String imageName) {
1973 if (imageName == null)
1974 return null;
1975 return new TextureRegionDrawable(getTextureRegion(imageName));
1976 }
1977
1978 /**
1979 * 获取九宫图

Callers 6

getTextFieldWithFontMethod · 0.95
getButtonMethod · 0.95
getTextButtonMethod · 0.95
getSelectBoxMethod · 0.95
getScrollPaneMethod · 0.95
getTouchpadMethod · 0.95

Calls 1

getTextureRegionMethod · 0.95

Tested by

no test coverage detected