Box: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(The box prefab.)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Prefab box.jpg|thumb|250px|right|A box prefab.]]
[[File:Prefab box.jpg|thumb|250px|right|A box prefab.]]


A [[prefab]] located in the ''Prefabs'' folder, containing a complete environment for the developer to test things out.
A [[prefab]] located in the ''Prefabs'' folder, containing a complete environment for the developer to test things out.


This prefab contains the following:
This prefab contains the following:
* A leak free box, using dev and <code>tools/toolsskybox</code> textures, creating a simple [[Skybox (2D)|2D skybox]].
* A [[leak]] free box, using dev and <code>tools/toolsskybox</code> textures, creating a simple [[Skybox (2D)|2D skybox]].
* An [[info_player_start]] entity.
* An [[info_player_start]] entity.
* A [[trigger_once]] brush without any outputs.
* A [[trigger_once]] brush without any outputs.
Line 11: Line 11:


A developer could rig the trigger_once brush to any possible effect that would need testing.
A developer could rig the trigger_once brush to any possible effect that would need testing.
== See also ==
* [[box (console command)]]


[[Category:Prefabs]]
[[Category:Prefabs]]

Latest revision as of 08:29, 14 May 2025

A box prefab.

A prefab located in the Prefabs folder, containing a complete environment for the developer to test things out.

This prefab contains the following:

A developer could rig the trigger_once brush to any possible effect that would need testing.

See also