Click or drag to resize

CameraGetCameraTransform Method

Gets the camera transform. Subclassed cameras such as InterpolatedCamera may provide different transforms than the Node transform.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform GetCameraTransform()

Return Value

Type: Transform

[Missing <returns> documentation for "M:Godot.Camera.GetCameraTransform"]

See Also