Vec3 GetVelocity() const{
		return BulletToFB(mSelf->getLinearVelocity());
	}
	float GetSpeed() const{
		return mSelf->getLinearVelocity().length();
	}