Entity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
* [[Brush entity]] | * [[Brush entity]] | ||
* [[Point entity]] | * [[Point entity]] | ||
* [[Mesh entity]] | * [[Mesh entity]] ([[Source 2]] only) | ||
* [[Path entity]] | * [[Path entity]] ([[Source 2]] only) | ||
By internality: | By internality: | ||
* [[Internal entity]] | * [[Internal entity]] |
Revision as of 06:39, 20 June 2020
Template:Otherlang2 An object defined within the Source Engine as having characteristics which differentiate it from "the world" (world brushes).
Types
By form:
- Brush entity
- Point entity
- Mesh entity (Source 2 only)
- Path entity (Source 2 only)
By internality:
See also
- Category:Entities
- Adding Point Entities (part of a series of tutorials)
- Creating Brush Entities (ditto)
- Entity Creation (a quick reference)
- Entities in Depth
- List of Entities
- Coding Your First Entity
- Console command dump_entity_sizes