Enum GeoFenceCondition.GeoFenceRule
Used to determine whether our condition is true if the object is inside or outside the geo fence.
Namespace: Unity.MARS.Conditions
Assembly: Unity.MARS.dll
Syntax
public enum GeoFenceCondition.GeoFenceRule
Fields
Name | Description |
---|---|
Inside | Object should be inside the geo fence |
Outside | Object should be outside the geo fence |