2026-01-12 14:04:08 +08:00
|
|
|
@tool
|
|
|
|
|
extends RefCounted
|
|
|
|
|
|
|
|
|
|
#region Constants
|
|
|
|
|
|
|
|
|
|
const CAMERA_SYSTEM_NAME : StringName = "ReedCameraSystem"
|
|
|
|
|
const CAMERA_ANCHOR_NAME : StringName = "CameraAnchor"
|
|
|
|
|
const CAMERA_FOLLOWER_NAME : StringName = "CameraFollower"
|
|
|
|
|
|
2026-01-13 16:52:45 +08:00
|
|
|
const CAMERA_TOOL_SHAKER : String = "res://addons/reedcamera/scripts/camera_tools/CameraShakeController.gd"
|
|
|
|
|
const CAMERA_TOOL_ANCHOR : String = "res://addons/reedcamera/scripts/camera_tools/CameraAnchorController.gd"
|
|
|
|
|
const CAMERA_TOOL_FOLLOWER : String = "res://addons/reedcamera/scripts/camera_tools/CameraFollowController.gd"
|
|
|
|
|
|
2026-01-12 14:04:08 +08:00
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region GroupName
|
|
|
|
|
|
|
|
|
|
#endregion
|