Interface ILDtkImportedLayer
Applicable for entity prefabs only.
Use this interface on an entity's prefab components to access the layer of this entity instance during the import process.
Methods
| Improve this Doc View SourceOnLDtkImportLayer(LayerInstance)
Triggers on an all entity components that implements this interface during the import process.
Parameters
Type | Name | Description |
---|---|---|
LayerInstance | layerInstance | The layer instance that this entity is in. |