Template:TimeProxy: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created Time Proxy template)
 
m (Added header)
Line 1: Line 1:
=== Time Proxy ===
This shader or material parameter requires the below [[Material proxies|material proxy]] as specified to work properly.
This shader or material parameter requires the below [[Material proxies|material proxy]] as specified to work properly.
<source lang=php>
<source lang=php>

Revision as of 10:11, 27 June 2019

Time Proxy

This shader or material parameter requires the below material proxy as specified to work properly.

	"$time" "0.0"
	"Proxies"
	{
		"CurrentTime"
		{
			"resultVar" "$time" //Needs the CurrentTime material proxy to work properly.
		}
	}