Show / Hide Table of Contents

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 Source

OnLDtkImportEntity(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX