Zh/Entity: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
m (Ryo moved page Entity/zh-hans to Entity/zh: finally!)
(Removed redirect to Entity/zh-cn)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Entity/zh-cn]]
{{Language subpage}}
<!-- Add the categories to the main page, not here. Some template, such as {{This is a}}, and all Table templates should be placed to the main page. -->
 
[[Source Engine|起源引擎]]中定义的对象,具有与“[[worldspawn|世界]]”(世界画笔)区分开来的特征。
 
== 类别 ==
 
按形式:
* [[Brush entity|固实体]] {{source2|suf=:zh-cn|not}}
* [[Point entity|点实体]]
* [[Mesh entity|网格实体|Mesh entity]] {{source2|suf=:zh-cn|only}}
* [[Path entity|路径实体|Path entity]] {{source2|suf=:zh-cn|only}}
按内在性:
* [[Internal entity|内部实体]]
* [[:Category:Non-internal entity|非内部实体]]
 
== 另请参阅 ==
* [[:Category:Entities]]
* [[Adding Point Entities]] (一系列教程的一部分)
* [[Creating Brush Entities]] (同上)
* [[Entity creation]] (快速参考)
* [[Entities in Depth]]
* [[List of entities| List of Entities]]
* 编码 [[Your First Entity]]
* 控制台命令 [[dump_entity_sizes]]
 
[[Category:Glossary:zh-cn]]
[[Category:Entities:zh-cn]]

Revision as of 14:12, 21 January 2024

English (en)Deutsch (de)Español (es)Hrvatski (hr)Português (pt)Русский (ru)中文 (zh)Translate (Translate)
Info content.png
This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.


起源引擎中定义的对象,具有与“世界”(世界画笔)区分开来的特征。

类别

按形式:

按内在性:

另请参阅