Table of Contents

Class Ema

Namespace
EasyAR.Mega.Ema.v0_5
Assembly
EasyAR.Mega.Ema.dll

Data of Ema version 0.5.

public sealed class Ema : IEma
Inheritance
Ema
Implements

Fields

annotations

Annotation data.

public List<Annotation> annotations

blocks

Mega block information.

public List<Block> blocks

extensions

Data extension information.

public Optional<List<string>> extensions

generatedBy

Data author information.

public string generatedBy

Properties

Version

Data version.

public Version Version { get; }

Methods

GetAnnotations()

Gets all annotation data.

public List<IAnnotation> GetAnnotations()