Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getImage
Method · 0.95
getPointDrawable
Method · 0.95
getRectDrawable
Method · 0.95
Calls
1
getColorPointTexture
Method · 0.95
Tested by
no test coverage detected