OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 158 milliseconds