Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Component

Abstract Component; an object stored on an Entity providing data and/or behavior, enabling rendering and System operation on the Entity

Concrete Components should extend from this class and provide an easy-to-guess name (eg Transform -> 'Transform')

Example Components include physics-related Transforms, rendering-related Shaders and Models and Colliders

Hierarchy

Index

Constructors

Properties

Constructors

  • Constructor. Take a name for the Component

    Parameters

    • name: string

      the name of the Component

    Returns Component

Properties

name: string