Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ vector2IntValue
Method
vector2IntValue
ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
public
@NotNull Vector2Int vector2IntValue() {
155
return
new
Vector2Int(intValue(), 0);
156
}
157
158
public
@NotNull Vector3 vector3Value() {
159
return
new
Vector3(floatValue(), 0, 0);
Callers
nothing calls this directly
Calls
1
intValue
Method · 0.95
Tested by
no test coverage detected