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

Method getPointTexture

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

Texture

()

Source from the content-addressed store, hash-verified

1614 * Texture
1615 */
1616 public Texture getPointTexture() {
1617 return getColorPointTexture(Color.WHITE);
1618 }
1619
1620 /**
1621 * 获取颜色像素点

Callers 3

getImageMethod · 0.95
getPointDrawableMethod · 0.95
getRectDrawableMethod · 0.95

Calls 1

getColorPointTextureMethod · 0.95

Tested by

no test coverage detected