Interface IInstanceApplier
Marker interface for objects that apply data produced during the conversion phase to a single instantiated scene.
Namespace: GLTFast.Addons
Assembly: glTFast.dll
Syntax
public interface IInstanceApplier
Remarks
An applier is bound to one IInstantiator and is created by an IInstanceApplierFactory. Concrete capabilities are exposed by derived interfaces such as IPostBeginSceneInstanceApplier, which the import pipeline invokes at well-defined points of the instantiation lifecycle.