unreal.AzureSpatialAnchorsLocateCriteria
¶
- class unreal.AzureSpatialAnchorsLocateCriteria(bypass_cache=False, identifiers=[], near_anchor=None, near_anchor_distance=500.0, near_anchor_max_result_count=20, search_near_device=False, near_device_distance=500.0, near_device_max_result_count=20, requested_categories=AzureSpatialAnchorDataCategory.SPATIAL, strategy=AzureSpatialAnchorsLocateStrategy.ANY_STRATEGY)¶
Bases:
unreal.StructBase
Azure Spatial Anchors Locate Criteria
C++ Source:
Plugin: AzureSpatialAnchors
Module: AzureSpatialAnchors
File: AzureSpatialAnchorsTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
bypass_cache
(bool): [Read-Write] If true the device local cache of anchors is ignored.identifiers
(Array(str)): [Read-Write] List of specific anchor identifiers to locate.near_anchor
(AzureCloudSpatialAnchor): [Read-Write] Specify (optionally) an anchor around which to locate anchors.near_anchor_distance
(float): [Read-Write] Specify the distance at which to locate anchors near the NearAnchor, in cm.near_anchor_max_result_count
(int32): [Read-Write] Specify the maximum number of anchors around the NearAnchor to locate.near_device_distance
(float): [Read-Write] Specify the distance at which to locate anchors near the device, in cm.near_device_max_result_count
(int32): [Read-Write] Specify the maximum number of anchors around the device to locate.requested_categories
(AzureSpatialAnchorDataCategory): [Read-Write] Specify what data to retrieve.search_near_device
(bool): [Read-Write] Specify whether to search near the device location.strategy
(AzureSpatialAnchorsLocateStrategy): [Read-Write] Specify the method by which anchors will be located.
- property bypass_cache¶
[Read-Write] If true the device local cache of anchors is ignored.
- Type
(bool)
- property near_anchor¶
[Read-Write] Specify (optionally) an anchor around which to locate anchors.
- Type
- property near_anchor_distance¶
[Read-Write] Specify the distance at which to locate anchors near the NearAnchor, in cm.
- Type
(float)
- property near_anchor_max_result_count¶
[Read-Write] Specify the maximum number of anchors around the NearAnchor to locate.
- Type
(int32)
- property near_device_distance¶
[Read-Write] Specify the distance at which to locate anchors near the device, in cm.
- Type
(float)
- property near_device_max_result_count¶
[Read-Write] Specify the maximum number of anchors around the device to locate.
- Type
(int32)
- property requested_categories¶
[Read-Write] Specify what data to retrieve.
- property search_near_device¶
[Read-Write] Specify whether to search near the device location.
- Type
(bool)
- property strategy¶
[Read-Write] Specify the method by which anchors will be located.