Entity.get

Get a component from the entity.

@param componentClass The class of the component requested. @return The component, or null if none was found.

  1. T get()
  2. Object get(ClassInfo class_a)
    class Entity
    Object
    get
    (
    ClassInfo class_a
    )

Meta