Class TagSetElement

java.lang.Object
gaiasky.scene.component.tag.TagSetElement
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class TagSetElement extends Object implements com.badlogic.ashley.core.Component
This tag marks the element as a part of a set. Therefore, it should not be processed in isolation. Elements tagged with this are skipped by all update systems.
  • Constructor Details

    • TagSetElement

      public TagSetElement()