unity-bookmark

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bookmark Skills

书签技能

Save and recall Scene View camera positions.
保存和调用场景视图的相机位置。

Guardrails

规则约束

Mode: Full-Auto required
DO NOT (common hallucinations):
  • bookmark_save
    does not exist → use
    bookmark_set
  • bookmark_load
    /
    bookmark_restore
    do not exist → use
    bookmark_goto
  • bookmark_remove
    does not exist → use
    bookmark_delete
  • Bookmarks save Scene View position + current selection, not scene state
Routing:
  • For workflow snapshots (object state undo) → use
    workflow
    module
  • For scene save/load → use
    scene
    module
模式:需启用全自动模式
禁止操作(常见错误):
  • 不存在
    bookmark_save
    →请使用
    bookmark_set
  • 不存在
    bookmark_load
    /
    bookmark_restore
    →请使用
    bookmark_goto
  • 不存在
    bookmark_remove
    →请使用
    bookmark_delete
  • 书签仅保存场景视图位置 + 当前选中内容,不保存场景状态
路由指引
  • 如需工作流快照(对象状态撤销)→请使用
    workflow
    模块
  • 如需场景保存/加载→请使用
    scene
    模块

Skills

技能列表

bookmark_set

bookmark_set

Save current Scene View camera position as a bookmark. Parameters:
  • bookmarkName
    (string): Bookmark name.
将当前场景视图的相机位置保存为书签。 参数
  • bookmarkName
    (字符串):书签名称。

bookmark_goto

bookmark_goto

Move Scene View camera to a saved bookmark. Parameters:
  • bookmarkName
    (string): Bookmark name.
将场景视图相机移动到已保存的书签位置。 参数
  • bookmarkName
    (字符串):书签名称。

bookmark_list

bookmark_list

List all saved bookmarks. Parameters: None.
列出所有已保存的书签。 参数:无。

bookmark_delete

bookmark_delete

Delete a saved bookmark. Parameters:
  • bookmarkName
    (string): Bookmark name.
删除已保存的书签。 参数
  • bookmarkName
    (字符串):书签名称。

Exact Signatures

确切签名

Exact names, parameters, defaults, and returns are defined by
GET /skills/schema
or
unity_skills.get_skill_schema()
, not by this file.
确切的名称、参数、默认值和返回值由
GET /skills/schema
unity_skills.get_skill_schema()
定义,而非本文件。