Table of Contents

Class MegaGoTargetLoadResult

命名空间
easyar

Mega Go 加载 target 的结果。

MegaGoTargetLoadResult

方法

status

加载状态。

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()

返回

类型 描述
MegaGoTargetLoadStatus

blockInfo

地图压缩包中的 block 信息。仅当 status 为 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()

返回

类型 描述
Optional<MegaGoBlockInfo>