Table of Contents

Class MegaGoTrackerResult

Namespace
easyar

The output result of MegaGoTracker. In asynchronous mode, the results are output through the OutputFrame.

Inheritance
MegaGoTrackerResult

Methods

instance

The instance of the currently located block.

void easyar_MegaGoTrackerResult_instance(const easyar_MegaGoTrackerResult * This, easyar_OptionalOfMegaGoTrackerBlockInstance * Return)
std::optional<std::shared_ptr<MegaGoTrackerBlockInstance>> instance()
public @Nullable MegaGoTrackerBlockInstance instance()
fun instance(): MegaGoTrackerBlockInstance?
- (easyar_MegaGoTrackerBlockInstance *)instance
public func instance() -> MegaGoTrackerBlockInstance?
public virtual Optional<MegaGoTrackerBlockInstance> instance()

Returns

Type Description
Optional<MegaGoTrackerBlockInstance>