Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Archetype

An Archetype is a set of component types. When creating multiple entities that all have the same components, it is faster to create an Archetype using {@link ut.World.CreateArchetype} and use that to create multiple entities.

Hierarchy

  • Archetype

Index

Methods

getComponentTypeCount

  • getComponentTypeCount(): number
  • Returns number

Generated using TypeDoc