Class ResourceImportData

Information about the import process that generated the in-engine resource.

Constructors

Properties

_importOptions: ImportOptions
_path: FilePath
_pathInSourceAsset: FilePath
_sourceData: SourceAssetData
_typeId: number

Accessors

  • get path(): FilePath
  • The absolute file path where the file was imported from the users file system.

    Returns FilePath

  • set path(value): void
  • Parameters

    Returns void

  • get pathInSourceAsset(): FilePath
  • The path in the source asset when it was imported into the library.

    Returns FilePath

  • set pathInSourceAsset(value): void
  • Parameters

    Returns void

  • get typeId(): number
  • The RTTI type of the importer used.

    Returns number

  • set typeId(value): void
  • Parameters

    • value: number

    Returns void

Methods