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