Type:IRenderable: Difference between revisions

From Resonite Wiki
create page
 
Added category: Interface types
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
IRenderables are stand alone Components/elements that can be used to render materials and/or meshes upon attaching without nessarily needing extra components added after attaching.  
The '''IRenderable''' type is an [[interface type]] to designate a [[component]] as one that creates renderable geometry.


Cameras don't fall into this category, because they view rendered objects, not create rendered geometry.
[[Category:IRenderable]]
 
[[Category:Interface types]]
* [[Component:Canvas]]
* [[Component:MeshRenderer]]
* [[Component:SkinnedMeshRenderer]]
* [[Component:TextRenderer]]

Latest revision as of 17:02, 25 August 2025

The IRenderable type is an interface type to designate a component as one that creates renderable geometry.