ImporterCallback (interface)¶
The ImporterCallback interface is used for delayed evaluation of property values inside of an Importer. The updateProperty method will be called whenever a property needs to be updated. This is used for example for reading a geometry from a file later than reading the bounding box.
Functions¶
Boolean | updateProperty ! ( in ImporterContext context, io Ref<ImporterObject> subject, in String prop ) |
Functions in detail¶
Boolean ImporterCallback.updateProperty! ( in ImporterContext context, io Ref<ImporterObject> subject, in String prop )