Searched refs:timeInterval (Results 1 – 5 of 5) sorted by relevance
41 + (void)postTimedSkEvent:(NSTimeInterval)timeInterval {42 [NSTimer scheduledTimerWithTimeInterval:timeInterval target:self
66 public void setVelocityForTimeInterval(Vector3 velocity, float timeInterval) { in setVelocityForTimeInterval() argument67 ….btCharacterControllerInterface_setVelocityForTimeInterval(swigCPtr, this, velocity, timeInterval); in setVelocityForTimeInterval()
33 virtual void setVelocityForTimeInterval(const btVector3& velocity, btScalar timeInterval) = 0;
137 btScalar timeInterval); in ATTRIBUTE_ALIGNED16()
568 btScalar timeInterval in setVelocityForTimeInterval() argument579 m_velocityTimeInterval += timeInterval; in setVelocityForTimeInterval()