点实体

From Valve Developer Community
< Zh
Revision as of 13:46, 22 August 2022 by 1416006136 (talk | contribs) (Created page with "{{lang|Point entity|title=点实体}} {{Translate in Progress:zh-cn}} 本文由大康翻译。 ---- {{stub:zh-cn}} '''Point Entities'''(点实体)是在C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Deutsch (de)Español (es)Hrvatski (hr)Русский (ru)中文 (zh)Translate (Translate)

Template:Translate in Progress:zh-cn 本文由大康翻译。


Template:Stub:zh-cn Point Entities(点实体)是在网格简体中文上的特定位置点创建的实体。有些需要为它们选择模型才能充分发挥作用。

逻辑实体

这些实体是影响游戏的不可见实体,它们创建或添加到各种环境和游戏控制系统,例如照明简体中文AI 管理器、数学计数器简体中文编排

道具实体简体中文

仅在 Source SDK 中可用的Template:Clarify:zh-cn道具实体(通常)是无生命的对象,它们的外观和功能使用模型。它们可以是静态的、动态的或物理的。一些更具体的道具甚至可以具有功能,例如 prop_door_rotating。道具实体的示例包括 prop_detailprop_dynamicprop_ragdoll

NPC 实体

NPC entities, or "Non-Player Characters" entities, are computer controlled characters and creatures that can interact with the player(s) using their AI coding. NPCs generally fall into two categories, Friendly, NPCs that help, assist, or do not affect the player, and Hostile, NPCs that attack or negatively affect the player.

See also