Class LandmarkOutputPose
Component that contains pose data (position and rotation) for a landmark.
Inherited Members
Namespace: Unity.MARS.Landmarks
Syntax
[MovedFrom("Unity.MARS")]
public class LandmarkOutputPose : MonoBehaviour, ILandmarkOutput, ISimulatable
Properties
currentPose
Declaration
public Pose currentPose { get; set; }
Property Value
Type | Description |
---|---|
Pose |
Methods
UpdateOutput()
Called to apply the output data to the attached gameobject or scene. This is called by the landmark controller automatically after calling the source's calculation method.
Declaration
public void UpdateOutput()