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

Method Y

common/camera.go:189–191  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

187
188// Y returns the Y-coordinate of the location of the Camera.
189func (cam *CameraSystem) Y() float32 {
190 return cam.y
191}
192
193// Z returns the Z-coordinate of the location of the Camera.
194func (cam *CameraSystem) Z() float32 {

Callers 3

UpdateMethod · 0.80
TestCameraMoveYFunction · 0.80
TestCameraMoveToYFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestCameraMoveYFunction · 0.64
TestCameraMoveToYFunction · 0.64