X returns the X-coordinate of the location of the Camera.
()
| 182 | |
| 183 | // X returns the X-coordinate of the location of the Camera. |
| 184 | func (cam *CameraSystem) X() float32 { |
| 185 | return cam.x |
| 186 | } |
| 187 | |
| 188 | // Y returns the Y-coordinate of the location of the Camera. |
| 189 | func (cam *CameraSystem) Y() float32 { |
no outgoing calls