Interface IAnnotationExtension
Annotation extension interface, supported from ema 0.5.0.
public interface IAnnotationExtension
Methods
Export()
Export JSON-serializable data, the data format that can be received using EasyAR.Mega.TinyJSON (a TinyJSON fork).
object Export()
Returns
Import(object)
Import JSON-serializable data, the data format that can be received using EasyAR.Mega.TinyJSON (a TinyJSON fork).
void Import(object obj)
Parameters
obj