XRPersistentAnchorConfiguration
Configuration for PersistentAnchorSubsystem.
Declaration
public class XRPersistentAnchorConfigurationConstructors
Constructor
public XRPersistentAnchorConfiguration()
Overload 1
public XRPersistentAnchorConfiguration(XRPersistentAnchorConfiguration other)
Overload 2
public XRPersistentAnchorConfiguration(bool continuousLocalizationEnabled, bool temporalFusionEnabled, bool transformUpdateSmoothingEnabled, bool cloudLocalizationEnabled, bool deviceMappingLocalizationEnabled, DeviceMappingType deviceMappingType, float cloudLocalizerInitialRequestsPerSecond, float cloudLocalizerContinuousRequestsPerSecond, float deviceMappingLocalizationFps, uint cloudLocalizationTemporalFusionWindowSize, uint deviceMappingLocalizationTemporalFusionWindowSize, bool diagnosticsEnabled, bool limitedLocalizationsOnly, int jpegCompressionQuality, bool disableTransitiveCloudLocalizations, bool vpsDebuggerEnabled, bool gpsCorrectionForContinuousLocalization)
Properties
| Name | Type | Summary |
|---|---|---|
| CloudLocalizationEnabled | bool | - |
| CloudLocalizationTemporalFusionWindowSize | uint | - |
| CloudLocalizerContinuousRequestsPerSecond | float | - |
| CloudLocalizerInitialRequestsPerSecond | float | - |
| ContinuousLocalizationEnabled | bool | - |
| DeviceMappingLocalizationEnabled | bool | - |
| DeviceMappingLocalizationFps | float | - |
| DeviceMappingLocalizationTemporalFusionWindowSize | uint | - |
| DeviceMappingType | DeviceMappingType | - |
| DiagnosticsEnabled | bool | - |
| DisableTransitiveCloudLocalizations | bool | - |
| GpsCorrectionForContinuousLocalization | bool | - |
| JpegCompressionQuality | int | - |
| LimitedLocalizationsOnly | bool | - |
| TemporalFusionEnabled | bool | - |
| TransformUpdateSmoothingEnabled | bool | - |
| VpsDebuggerEnabled | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| static DetermineFusionWindowFromRequestRate | uint | - |
| Equals | bool | - |
| GetHashCode | int | - |