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