Interface ILandmarkOutput
Interface for components that are used by landmarks to store the result to be used by another system.
Namespace: Unity.MARS
Syntax
public interface ILandmarkOutput : ISimulatable
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
void UpdateOutput()