Class LandmarkOutputPose
Component that contains pose data (position and rotation) for a landmark.
Namespace: Unity.MARS
Syntax
public class LandmarkOutputPose : MonoBehaviour, ILandmarkOutput, ISimulatable
Properties
currentPose
Declaration
public Pose currentPose { get; set; }
Property Value
Type | Description |
---|---|
Pose |
Methods
UpdateOutput()
Declaration
public void UpdateOutput()