Es/Entity: Difference between revisions

From Valve Developer Community
< Es
Jump to navigation Jump to search
m (Nesciuse moved page Entity/es to Es/Entity over redirect: Language prefixes)
m (-Using L template for links)
Line 3: Line 3:


[[Category:Entities]][[Category:Glossary]]
[[Category:Entities]][[Category:Glossary]]
Un objeto definido en el [[Source|motor Source]] como tener características que lo diferencian del «[[worldspawn|mundo]]» (sólidos del mundo).
Un objeto definido en el {{L|Source|motor Source}} como tener características que lo diferencian del «{{L|worldspawn|mundo}}» (sólidos del mundo).


== Tipos ==
== Tipos ==
Por forma:  
Por forma:  
* [[Brush entity|Entidad de sólido]] {{source2|not|suf=:es}}
* {{L|Brush entity|Entidad de sólido}} {{source2|not|suf=:es}}
* [[Point entity|Entidad de punto]]
* {{L|Point entity|Entidad de punto}}
* [[Mesh entity|Entidad de malla]] {{source2|only|suf=:es}}
* {{L|Mesh entity|Entidad de malla}} {{source2|only|suf=:es}}
* [[Path entity]] {{source2|only|suf=:es}}
* {{L|Path entity}} {{source2|only|suf=:es}}
Por carácter interno:  
Por carácter interno:  
* [[:Category:Internal entities|Entidad interna]]
* {{LCategory|Internal entities|Entidad interna}}
* [[:Category:Non-internal entity|Entidad no interna]]
* {{LCategory|Non-internal entity|Entidad no interna}}


== Véase también ==
== Véase también ==
* [[:Category:Entities|Categoría:Entidades]]
* {{LCategory|Entities|Categoría:Entidades}}
* [[Adding Point Entities|Añadir entidades de punto]] (parte de una serie de tutoriales)
* {{L|Adding Point Entities|Añadir entidades de punto}} (parte de una serie de tutoriales)
* [[Creating Brush Entities|Crear entidades de sólido]] (ídem)
* {{L|Creating Brush Entities|Crear entidades de sólido}} (ídem)
* [[Entity Creation|Creación de entidades]] (a quick reference)
* {{L|Entity Creation|Creación de entidades}} (a quick reference)
* [[Entities in Depth|Entidades en profundidad]]
* {{L|Entities in Depth|Entidades en profundidad}}
* [[List of entities|Lista de entidades]]
* {{L|List of entities|Lista de entidades}}
* Programar [[Your First Entity|Su primera entidad]]
* Programar {{L|Your First Entity|Su primera entidad}}
* Comando de consola {{ent:es|dump_entity_sizes}}
* Comando de consola {{ent:es|dump_entity_sizes}}

Revision as of 08:22, 11 July 2024

English (en)Deutsch (de)Español (es)Hrvatski (hr)Português (pt)Русский (ru)中文 (zh)Translate (Translate)
Info content.png
This translated page needs to be updated.
You can help by updating the translation.
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.


Un objeto definido en el motor Source(en) como tener características que lo diferencian del «mundo(en)» (sólidos del mundo).

Tipos

Por forma:

Por carácter interno:

Véase también