User Tools

Site Tools


fade_out

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fade_out [2017/04/13 15:23] justinfade_out [2021/04/21 18:30] (current) justin
Line 2: Line 2:
 ---- ----
  
-Fade to black over the specified duration (in seconds). [[fade_in|Fade In]] will typically be called at some point after this function.+Fades to black over the specified duration of time (in seconds). [[fade_in|Fade In]] would typically be called at some point after this function to fade the screen back into view.
  
 +====Signature:====
 <code python> <code python>
 fade_out(duration) fade_out(duration)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|duration|Description.|[[String]]|Yes|+|duration|Length of fade (in seconds).|[[Number]]|Yes|
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-fade_out(1)+fade_out(1);
 </code> </code>
 //Results:// The screen fades to black over a duration of one second. //Results:// The screen fades to black over a duration of one second.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Fade Out** function to ...+Use the **Fade Out** and **Fade In** functions to transition between segments of a cutscene or as a way to hide visual modifications to the scene (e.gremoving a character or object).
 </WRAP> </WRAP>
  
fade_out.1492122229.txt.gz · Last modified: 2017/04/13 15:23 by justin