Table of Contents

Class Ema

네임스페이스
EasyAR.Mega.Ema.v0_5
어셈블리
EasyAR.Mega.Ema.dll

Ema 버전 0.5 의 데이터입니다.

public sealed class Ema : IEma
상속
Ema
구현

필드

annotations

주석 데이터입니다.

public List<Annotation> annotations

blocks

Mega block 정보입니다.

public List<Block> blocks

extensions

데이터 확장 정보입니다.

public Optional<List<string>> extensions

generatedBy

데이터 작성자 정보입니다.

public string generatedBy

속성

Version

데이터 버전입니다.

public Version Version { get; }

메서드

GetAnnotations()

모든 주석 데이터를 가져옵니다.

public List<IAnnotation> GetAnnotations()