Zh/Point entity: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
(Created page with "{{lang|Point entity|title=点实体}} {{Translate in Progress:zh-cn}} 本文由大康翻译。 ---- {{stub:zh-cn}} '''Point Entities'''(点实体)是在C...")
 
No edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lang|Point entity|title=点实体}}
{{LanguageBar|title = 点实体}}
{{Translate in Progress:zh-cn}}
 
本文由[[User:1416006136|大康]]翻译。
{{stub}}
----
'''Point Entities'''(点实体)是在{{L|Coordinates|网格}}上的特定位置点创建的实体。有些需要为它们选择模型才能充分发挥作用。
{{stub:zh-cn}}
'''Point Entities'''(点实体)是在[[Coordinates:zh-cn|网格]]{{zh-cn}}上的特定位置点创建的实体。有些需要为它们选择模型才能充分发挥作用。


===逻辑实体===
===逻辑实体===
这些实体是影响游戏的不可见实体,它们创建或添加到各种环境和游戏控制系统,例如[[lighting:zh-cn|照明]]{{zh-cn}}、[[:Category:AI|AI]] 管理器、[[Math_counter:zh-cn|数学计数器]]{{zh-cn}}和[[:Category:Choreography|编排]]
这些实体是影响游戏的不可见实体,它们创建或添加到各种环境和游戏控制系统,例如{{L|lighting|照明}}、{{LCategory|AI}} 管理器、{{L|Math_counter|数学计数器}}和{{LCategory|Choreography|编排场景}}。
 
==={{L|Prop Types Overview|道具实体}}===
''仅在 Source SDK 中可用的''{{clarify}}道具实体(通常)是无生命的对象,它们的外观和功能使用模型。它们可以是静态的、动态的或物理的。一些更具体的道具甚至可以具有功能,例如 {{L|prop_door_rotating}}。道具实体的示例包括 {{L|prop_detail}}、{{L|prop_dynamic}} 和 {{L|prop_ragdoll}}


===[[Prop Types Overview:zh-cn|道具实体]]{{zh-cn}}===
==={{L|NPC}} 实体===
''仅在 Source SDK 中可用的''{{clarify:zh-cn}}道具实体(通常)是无生命的对象,它们的外观和功能使用模型。它们可以是静态的、动态的或物理的。一些更具体的道具甚至可以具有功能,例如 [[prop_door_rotating]]。道具实体的示例包括 [[prop_detail]]、[[prop_dynamic]] 和 [[prop_ragdoll]]。
NPC 实体或“非玩家角色”实体是计算机控制的角色和生物,可以使用他们的 ''AI'' 编码与玩家互动。 NPC 通常分为两类,'''友好的''' NPC,帮助、协助或不影响玩家,以及'''敌对的''' NPC,攻击或负面影响玩家。


===[[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.
*{{L|Brush entity|固体实体}} - 另一种类型的实体,由一组{{L|brush|固体}}组成。
*{{L|List of entities}}
*{{LCategory|Point Entities}}


== See also ==
{{ACategory|Entities by type}}
*[[Brush entity]] - the other type of entity, that consists of a set of [[brush|brushes]].
*[[List of entities]]
*[[:Category:Point Entities]]


[[Category:Glossary:zh-cn]]
{{ACategory|Source}}
{{ACategory|Source 2}}<!--Confirm-->

Latest revision as of 15:48, 27 August 2024

English (en)Deutsch (de)Español (es)Hrvatski (hr)Русский (ru)中文 (zh)Translate (Translate)

小作品

This article or section is a stub. You can help by expanding it.

Point Entities(点实体)是在网格(en)上的特定位置点创建的实体。有些需要为它们选择模型才能充分发挥作用。

逻辑实体

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

道具实体(en)

仅在 Source SDK 中可用的[澄清]道具实体(通常)是无生命的对象,它们的外观和功能使用模型。它们可以是静态的、动态的或物理的。一些更具体的道具甚至可以具有功能,例如 prop_door_rotating(en)。道具实体的示例包括 prop_detail(en)prop_dynamic(en)prop_ragdoll(en)

NPC(en) 实体

NPC 实体或“非玩家角色”实体是计算机控制的角色和生物,可以使用他们的 AI 编码与玩家互动。 NPC 通常分为两类,友好的 NPC,帮助、协助或不影响玩家,以及敌对的 NPC,攻击或负面影响玩家。

另见