34 if(other.owner!=
nullptr)
39 std::swap(owner, other.owner);
40 std::swap(cb, other.cb);
41 std::swap(time0, other.time0);
42 std::swap(type, other.type);
43 std::swap(pos, other.pos);
44 std::swap(size, other.size);
45 std::swap(pfx, other.pfx);
46 std::swap(intersect, other.intersect);
48 if(other.owner!=
nullptr)
49 other.owner->enableCollizionZone(other);
float shpScale(uint64_t time) const