super-ecs
    Preparing search index...

    Interface Component

    The components is the container of some properties that the entity possesses. It may also contain some methods.

    interface Component {
        name: symbol;
    }
    Index

    Properties

    Properties

    name: symbol

    Component name. It should be unique