Replace PhysicsShape.Enable/Disable methods with properties
Replaced with properties that are consistent with ModelEntity properties, i.e. EnableTouch, EnableSolidCollisions, etc., with getters.
Methods are obsoleted.
Fixed precipitation entity being active on spawn even when player is outside of its volume
Added PhysicsBody.EnableTraceAndQueries/TouchPersists/SolidCollisions
Added getters to ModelEntity.EnableSolidCollisions and others