Tile - YEnvironment - Post Process – Ylands
Jump to navigation
Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Post Process == [[File:YlandsTile-771-get.png]...") |
No edit summary |
||
Line 10: | Line 10: | ||
<pre>get postProcess(): YPostProcess; | <pre>get postProcess(): YPostProcess; | ||
set postProcess(value: YPostProcess);</pre> | set postProcess(value: YPostProcess);</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Revision as of 11:16, 12 November 2021
Post Process
get postProcess(): YPostProcess; set postProcess(value: YPostProcess);
Availability
Description
Allows to attach a custom *Post Process Game Logic to the target Environment Game Logic.