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
Syntax
public enum GeoFenceRule : int
Fields
Name | Description | Value |
---|---|---|
Inside | Object should be inside the geo fence |
0 |
Outside | Object should be outside the geo fence |
1 |