using Godot; using System; public partial class Camera3d : Node3D { public override void _Process(double delta) { this.RotateY((float)delta); } }