Type:ITexture2D

From Resonite Wiki
Revision as of 19:10, 25 September 2024 by Kisaragi marine (talk | contribs) (creating new page: ITexture2D is distinct from Texture2D)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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