Show / Hide Table of Contents

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 Source

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

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