Category:Generics

Category page
Revision as of 23:53, 8 February 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Generics are Components, ProtoFlux, or Types in the game that take a generic argument that can be another Component or Type that meets the class's requirements for the generic argument. For example, a slider cannot slide an object, but it can slide any numeric value.

FrooxEngine when attaching a component will sometimes list the types that a generic can be given when attaching or spawning said component, but not always. In the cases where it doesn't, the type can be entered manually. See Complex Types in Components for more info.