ramokz / phantom-camera

👻🎥 Control the movement and dynamically tween 2D & 3D cameras. Built for Godot 4. Inspired by Cinemachine.
https://phantom-camera.dev/
MIT License
2.18k stars 72 forks source link

Add Documentation Comments to PhantomCamera2D.gd and PhantomCamera3D.gd #168

Closed ramokz closed 8 months ago

ramokz commented 9 months ago

Project Type

Editor

Feature Description

As shown on Godot's Documentation page, the idea here is to have documentation more readily available within the editor, akin to other class scripts.

Use Cases

When wanting to read more about the various variables or functions of the addon, this would allow for better discoverability of what is available from within Godot's Script tab.

Currently, the documentation site is the only real means of getting an overview of the various variables and functions within the addon's core scripts.

Importance

Low - there are workarounds where the proposed feature would just simplify things

Usage

All the time - the feature can be very useful for a varity of different projects

(Optional) Proposed Solution

No response