Redirected page to Texture2D Tag: New redirect |
creating new page: ITexture2D is distinct from Texture2D Tag: Removed redirect |
||
Line 1: | Line 1: | ||
ITexture2D is either [[Type:Texture2D]] or [[Type:RenderTexture]]. | |||
It is distinct from [[Type:Texture2D]]; most ProtoFlux node don't accept ITexture2D. | |||
However, [[Material|Materials]] can accept it: often required to acquire dynamically changing Texture (or more specifially, creating your camera). | |||
== Related component == | |||
* [[Component:RenderTextureProvider]] | |||
* [[Component:Camera]] |
Latest revision as of 19:10, 25 September 2024
ITexture2D is either Type:Texture2D or Type:RenderTexture. It is distinct from Type:Texture2D; most ProtoFlux node don't accept ITexture2D. However, Materials can accept it: often required to acquire dynamically changing Texture (or more specifially, creating your camera).