MCPcopy
hub / github.com/EngoEngine/engo / X

Method X

common/camera.go:184–186  ·  view source on GitHub ↗

X returns the X-coordinate of the location of the Camera.

()

Source from the content-addressed store, hash-verified

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

Callers 3

UpdateMethod · 0.80
TestCameraMoveXFunction · 0.80
TestCameraMoveToXFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestCameraMoveXFunction · 0.64
TestCameraMoveToXFunction · 0.64