Type:ITexture2D: Difference between revisions

From Resonite Wiki
creating new page: ITexture2D is distinct from Texture2D
Tag: Removed redirect
Added category: Interface types
 
Line 6: Line 6:
* [[Component:RenderTextureProvider]]
* [[Component:RenderTextureProvider]]
* [[Component:Camera]]
* [[Component:Camera]]
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

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).

Related component