Enum ProxyRegionForceType
How this force-field reacts to others
Namespace: Unity.MARS.Forces
Syntax
public enum ProxyRegionForceType : int
Fields
Name | Description | Value |
---|---|---|
None | No affect on other shapes |
|
OccupiedSpace | De-collides with other occupied and empty spaces |
|
PaddingKeptEmpty | De-collides with occupied spaces, can overlap other empty spaces |
|
TowardsOccupiedEdge | Moves towards edges of occupied spaces |
|
TowardsOccupiedSpace | Moves towards occupied spaces |