Table of Contents

Class MegaGoTargetLoadResult

네임스페이스
easyar

Mega Go 타겟 로드 결과.

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>