Class MarkSurfaceAction
Inherited Members
Namespace: Unity.MARS
Syntax
[RequireComponent(typeof(Proxy))]
public class MarkSurfaceAction : MonoBehaviour, IMatchAcquireHandler, IMatchLossHandler, IAction, ISimulatable
Methods
OnMatchAcquire(QueryResult)
Declaration
public void OnMatchAcquire(QueryResult queryResult)
Parameters
Type | Name | Description |
---|---|---|
QueryResult | queryResult |
Implements
OnMatchLoss(QueryResult)
Declaration
public void OnMatchLoss(QueryResult queryResult)
Parameters
Type | Name | Description |
---|---|---|
QueryResult | queryResult |
Implements
Events
MatchAcquire
Declaration
public event Action<QueryResult, Proxy> MatchAcquire
Event Type
Type | Description |
---|---|
Action<QueryResult, Proxy> |
MatchLoss
Declaration
public event Action<QueryResult, Proxy> MatchLoss
Event Type
Type | Description |
---|---|
Action<QueryResult, Proxy> |