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()
    class Entity
    T
    get
    (
    T
    )
    ()
  2. Object get(ClassInfo class_a)

Meta