Entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Types ==
== Types ==
By form:
===by form===
* [[Brush entity]] {{source2|not}}
==== Exclusive to {{source|4}} ====
* [[Point entity]]
===== Brush entity =====
* [[Mesh entity]] {{source2|only}}
{{main|Brush entity}}
* [[Path entity]] {{source2|only}}
 
 
==== {{source|4}} and {{source2|4}} ====
===== Point entity =====
{{main|Point entity}}
 
 
=== Exclusive to {{source2|4}} ===
===== Mesh entity =====
{{main|Mesh entity}}
 
 
===== Path entity =====
{{main|Path entity}}
 
 
By internality:  
By internality:  
* [[Internal entity]]
* [[Internal entity]]

Revision as of 18:19, 12 April 2023

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

An object defined within the Source Source or Source 2 Source 2[confirm] as having characteristics which differentiate it from "the world" (world brushes).

Types

by form

Exclusive to Source Source

Brush entity
Main article:  Brush entity


Source Source and Source 2 Source 2

Point entity
Main article:  Point entity


Exclusive to Source 2 Source 2

Mesh entity
Main article:  Mesh entity


Path entity
Main article:  Path entity


By internality:

See Also