Class PlaneLandmarksAction
Inheritance
PlaneLandmarksAction
Inherited Members
Namespace: Unity.MARS.Landmarks
Syntax
[MonoBehaviourComponentMenu(typeof(PlaneLandmarksAction), "Action/Plane Landmarks")]
[MovedFrom("Unity.MARS")]
public class PlaneLandmarksAction : LandmarkOutputPolygon, ICalculateLandmarks, ILandmarkOutput, IUsesMARSTrackableData<MRPlane>, IUsesCameraOffset, IFunctionalitySubscriber<IProvidesCameraOffset>, IFunctionalitySubscriber, ISpawnable, IMatchAcquireHandler, IMatchUpdateHandler, IMatchLossHandler, IAction, ISimulatable
Properties
AvailableLandmarkDefinitions
Declaration
public override List<LandmarkDefinition> AvailableLandmarkDefinitions { get; }
Property Value
| Type | Description |
|---|---|
| List<LandmarkDefinition> |
Overrides
Methods
GetLandmarkCalculation(LandmarkDefinition)
Declaration
public override Action<ILandmarkController> GetLandmarkCalculation(LandmarkDefinition definition)
Parameters
| Type | Name | Description |
|---|---|---|
| LandmarkDefinition | definition |
Returns
| Type | Description |
|---|---|
| Action<ILandmarkController> |
Overrides
OnMatchAcquire(QueryResult)
Declaration
public void OnMatchAcquire(QueryResult queryResult)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryResult | queryResult |
Implements
OnMatchDataChanged(QueryResult)
Declaration
protected void OnMatchDataChanged(QueryResult queryResult)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryResult | queryResult |
OnMatchDataLost(QueryResult)
Declaration
protected void OnMatchDataLost(QueryResult queryResult)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryResult | queryResult |
OnMatchLoss(QueryResult)
Declaration
public void OnMatchLoss(QueryResult queryResult)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryResult | queryResult |
Implements
OnMatchUpdate(QueryResult)
Declaration
public void OnMatchUpdate(QueryResult queryResult)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryResult | queryResult |
Implements
Explicit Interface Implementations
IFunctionalitySubscriber<IProvidesCameraOffset>.provider
Declaration
IProvidesCameraOffset IFunctionalitySubscriber<IProvidesCameraOffset>.provider { get; set; }
Returns
| Type | Description |
|---|---|
| IProvidesCameraOffset |