Interface IMatchLossHandler
Allows a component on a Real World Object to receive callbacks for when a query match is lost
Namespace: Unity.MARS
Syntax
public interface IMatchLossHandler : IAction, ISimulatable
Methods
OnMatchLoss(QueryResult)
Called when a query match has been lost
Declaration
void OnMatchLoss(QueryResult queryResult)
Parameters
Type | Name | Description |
---|---|---|
QueryResult | queryResult | Data associated with this event |