Class LandmarkOutputPoint
Component that contains a single point data (position) for a landmark
Namespace: Unity.MARS.Landmarks
Syntax
public class LandmarkOutputPoint : MonoBehaviour, ILandmarkOutput, ISimulatable
Properties
position
Declaration
public Vector3 position { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
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()