All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:33, 26 June 2025 WoShiGeNiCheng talk contribs created page Zh/Attachments (Created page with "{{LanguageBar|Attachments|附着点}} 附着点是模型上用于挂接游戏元素(如粒子特效、武器模型等)的锚点。当您需要让枪口喷射火焰,或为角色添加随身装备时,这些"魔法挂钩"就能大显身手。 == 创建附着点 == 每个附着点都必须绑定到骨骼,其空间坐标基于骨骼坐标系确定。 在<code>.qc</code>文件中添加如下格式定义: <pre> $attachment (名称) (骨骼名) (X) (Y) (Z) ["a...")