MCPcopy Index your code
hub / github.com/EngoEngine/engo / Z

Method Z

common/camera.go:194–196  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

192
193// Z returns the Z-coordinate of the location of the Camera.
194func (cam *CameraSystem) Z() float32 {
195 return cam.z
196}
197
198// Angle returns the angle (in degrees) at which the Camera is rotated.
199func (cam *CameraSystem) Angle() float32 {

Callers 3

UpdateMethod · 0.80
TestCameraZoomFunction · 0.80
TestCameraZoomToFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestCameraZoomFunction · 0.64
TestCameraZoomToFunction · 0.64