()
| 148 | } |
| 149 | |
| 150 | public @NotNull Vector2 vector2Value() { |
| 151 | return new Vector2(floatValue(), 0); |
| 152 | } |
| 153 | |
| 154 | public @NotNull Vector2Int vector2IntValue() { |
| 155 | return new Vector2Int(intValue(), 0); |
nothing calls this directly
no test coverage detected