Interface ILandmarkSettings
Interface used for components that provide extra settings to a landmark definition
Namespace: Unity.MARS
Syntax
public interface ILandmarkSettings : ISimulatable
Events
dataChanged
Event to call when the settings data has changed such that the landmark should recalculate
Declaration
event Action<ILandmarkSettings> dataChanged
Event Type
Type | Description |
---|---|
Action<ILandmarkSettings> |