Enum ProxyRegionForceType
How this force-field reacts to others
Namespace: Unity.MARS.Forces
Syntax
[Serializable]
public enum ProxyRegionForceType
Fields
Name | Description |
---|---|
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 |