Type:ITexture2D

From Resonite Wiki
Revision as of 17:02, 25 August 2025 by YoshBot (talk | contribs) (Added category: Interface types)
(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