Entish Docs (35% documented)

Entish Reference Extensions Reference

Extensions

The following extensions are available globally.

  • A component for existential (and semi-existential) traits.

    See more

    Declaration

    Swift

    public final class ExistentialComponent : IComponent, IConfigBuildable
  • A component containing a position as a CGPoint.

    See more

    Declaration

    Swift

    public final class PositionComponent : IComponent, IConfigBuildable
  • A component providing its Entity with an SKSpriteNode. The sprite node is automatically added to the Entity’s SKNode (which it acquires from NodeComponent).Required components: NodeComponent

    See more

    Declaration

    Swift

    public final class SpriteComponent : IComponent, IConfigBuildable