Translations:Interface type/2/en

From Resonite Wiki
Revision as of 02:55, 27 April 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Within FrooxEngine, interfaces are extensively used for nearly every single type. For example, every reference type implements the IWorldElement interface. A common convention, and the convention used within FrooxEngine, is for all interfaces type names to start with a capital I.