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