SparseSpatialMapConfig Class

This type is an EasyAR Sense API in C#: SparseSpatialMapConfig . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

Description

Configuration used to set the localization mode.


Methods

.ctor

C#

public SparseSpatialMapConfig()

Constructor

setLocalizationMode

C#

public virtual void setLocalizationMode( LocalizationMode value)

Sets localization configurations. See also LocalizationMode .

getLocalizationMode

C#

public virtual LocalizationMode getLocalizationMode()

Returns localization configurations. See also LocalizationMode .