Table of Contents

Interface IAnnotationExtension

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

Annotation extension interface, supported since ema 0.5.0.

public interface IAnnotationExtension

Methods

Export()

Exports json-serializable data in a data format accepted by EasyAR.Mega.TinyJSON (a TinyJSON fork).

object Export()

Import(object)

Imports json-serializable data in a data format accepted by EasyAR.Mega.TinyJSON (a TinyJSON fork).

void Import(object obj)

Parameters

obj