Table of Contents

Class MegaGoTargetLoadResult

Namespace
easyar

The result of Mega Go loading the target.

MegaGoTargetLoadResult

Methods

status

Loading state.

easyar_MegaGoTargetLoadStatus easyar_MegaGoTargetLoadResult_status(const easyar_MegaGoTargetLoadResult * This)
MegaGoTargetLoadStatus status()
public int status()
fun status(): Int
- (easyar_MegaGoTargetLoadStatus)status
public func status() -> MegaGoTargetLoadStatus
public virtual MegaGoTargetLoadStatus status()

Returns

Type Description
MegaGoTargetLoadStatus

blockInfo

Block information in the map compressed package. It has a value only when the status is Success.

void easyar_MegaGoTargetLoadResult_blockInfo(const easyar_MegaGoTargetLoadResult * This, easyar_OptionalOfMegaGoBlockInfo * Return)
std::optional<std::shared_ptr<MegaGoBlockInfo>> blockInfo()
public @Nullable MegaGoBlockInfo blockInfo()
fun blockInfo(): MegaGoBlockInfo?
- (easyar_MegaGoBlockInfo *)blockInfo
public func blockInfo() -> MegaGoBlockInfo?
public virtual Optional<MegaGoBlockInfo> blockInfo()

Returns

Type Description
Optional<MegaGoBlockInfo>