HomeSort by relevance Sort by last modified time
    Searched full:allocatecomponent (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 284 protected GameComponent allocateComponent(Class<?> componentType) {
706 GameComponent gravity = allocateComponent(GravityComponent.class);
707 GameComponent movement = allocateComponent(MovementComponent.class);
708 PhysicsComponent physics = (PhysicsComponent)allocateComponent(PhysicsComponent.class);
    [all...]

Completed in 2099 milliseconds