Enum PhysicsServerSingleton.AreaParameter

enum AreaParameter : int { ... }

Enum members

NameDescription
areaParamAngularDamp Constant to set/get the angular dampening factor of an area.
areaParamGravity Constant to set/get gravity strength in an area.
areaParamGravityDistanceScale Constant to set/get the falloff factor for point gravity of an area. The greater this value is, the faster the strength of gravity decreases with the square of distance.
areaParamGravityIsPoint Constant to set/get whether the gravity vector of an area is a direction, or a center point.
areaParamGravityPointAttenuation This constant was used to set/get the falloff factor for point gravity. It has been superseded by constant AREA_PARAM_GRAVITY_DISTANCE_SCALE.
areaParamGravityVector Constant to set/get gravity vector/center in an area.
areaParamLinearDamp Constant to set/get the linear dampening factor of an area.
areaParamPriority Constant to set/get the priority (order of processing) of an area.