Home
last modified time | relevance | path

Searched refs:POST_PHYSICS (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java30 POST_PHYSICS, // inertia, friction, and bounce enumConstant
DSimplePhysicsComponent.java26 setPhase(GameComponent.ComponentPhases.POST_PHYSICS.ordinal()); in SimplePhysicsComponent()
DPhysicsComponent.java40 setPhase(ComponentPhases.POST_PHYSICS.ordinal()); in PhysicsComponent()