Interface ILDtkImportedEntity
Applicable for entity prefabs only.
Use this interface on a entity's prefab components to access the entity instance's data during the import process.
Methods
| Improve this Doc View SourceOnLDtkImportEntity(EntityInstance)
Triggers on an all entity prefab components that implements this interface during the import process.
Parameters
Type | Name | Description |
---|---|---|
EntityInstance | entityInstance | The entity instance. |