User:THE OWL/Sandbox/Pages/Entity page: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:User Interface Kit – Monolith (Preview of Entity page)}}
{{DISPLAYTITLE:User Interface Kit – Monolith (Preview of Entity page)}}
<div class="infobox" style="max-width:300px; width:100%; background-color:rgb(45 45 49); border:2px solid rgb(56 57 58); border-radius:6px; position:relative; float:right; padding:4px; margin:0 0 1em 1em">
<div class="infobox" style="max-width:280px; width:100%; box-shadow:0 4px 5px rgba(0 0 0 / 15%), 0 10px 35px rgba(0 0 0 / 20%); background-color:rgb(45 45 49); border-radius:4px; overflow:hidden; position:relative; float:right; margin:0 0 1em 1em">
<div style="background-image:linear-gradient(45deg, rgb(68 95 136), rgb(56 78 111)); border-radius:3px 3px 0 0; text-align:center; text-shadow:1px 1px 0 rgb(0 0 0 / 40%); font-family:monospace; font-size:1.75em; font-weight:900;  color:rgb(255 255 255 / 80%); padding:.3em .4em"> Environment Fade </div>
<div style="background-image:linear-gradient(45deg, rgb(58 85 126), rgb(46 68 101)); border-radius:3px 3px 0 0; text-align:center; text-shadow:1px 1px 0 rgb(0 0 0 / 40%); font-family:monospace; font-size:1.75em; font-weight:900;  color:rgb(255 255 255 / 80%); padding:.3em .4em"> env_fade </div>


<div style="background-color:rgb(0 0 0 / 10%); padding:0"> [[File:SteamApplicationScreenshot.png|300px|Screenshot of Steam application, with the new redesigned UI (in August 2023)]] </div>
<div style="display:flex; justify-content:center; align-items:center; background-color:rgb(0 0 0 / 40%); padding:1em"> [[File:env_fade.png|64px|The env_fade icon is used in all Source engine games.]] </div>


<div style="display:flex; text-align:center"> Screenshot of Steam application, with the new redesigned UI (in August 2023) </div>
<div style="text-align:center; padding:.2em .4em"> The '''env_fade''' icon is used in all [[Source]] engine games. </div>
 
<div style="display:flex; flex-direction:column; gap:.2em; padding:0 .2em .2em .2em">
<div style="display:flex">
<div style="width:90px; background-color:rgb(65 65 69); color:rgb(255 255 255 / 80%); padding:.2em .5em">Type</div>
<div style="width:100%; background-color:rgb(25 25 29); padding:.2em .5em">[[Point entity|Point entity]]</div>
</div>
 
<div style="display:flex">
<div style="width:90px; background-color:rgb(65 65 69); color:rgb(255 255 255 / 80%); padding:.2em .5em">Category</div>
<div style="width:100%; background-color:rgb(25 25 29); padding:.2em .5em">[[Main Page|Environment entities]]</div>
</div>
 
<div style="display:flex">
<div style="width:90px; background-color:rgb(65 65 69); color:rgb(255 255 255 / 80%); padding:.2em .5em">Engine</div>
<div style="width:100%; background-color:rgb(25 25 29); padding:.2em .5em">{{gldsrc|4}}, {{Source|4}}</div>
</div>
 
<div style="display:flex">
<div style="width:90px; background-color:rgb(65 65 69); color:rgb(255 255 255 / 80%); padding:.2em .5em">Availability</div>
<div style="width:100%; background-color:rgb(25 25 29); padding:.2em .5em">In all games</div>
</div>
</div>
</div>
</div>


</div>
</div>
{{lorem ipsum}}
 
{{Code|env_fade}} is a [[point entity]] available in all {{Source|4}} games. It controls screen fades to or from a solid color. Add Duration and Hold Time together for the total time this entity will be in effect.

Revision as of 10:48, 12 May 2024

env_fade
The env_fade icon is used in all Source engine games.
The env_fade icon is used in all Source engine games.
Engine
Availability
In all games

env_fade is a point entity available in all Source Source games. It controls screen fades to or from a solid color. Add Duration and Hold Time together for the total time this entity will be in effect.