RSX Code Reference
    Preparing search index...
    • rsx
    • ResourceImportData

    Class ResourceImportData

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

    Index
    _importOptions: ImportOptions
    _path: FilePath
    _pathInSourceAsset: FilePath
    _sourceData: SourceAssetData
    _typeId: number
    • get path(): FilePath

      The absolute file path where the file was imported from the users file system.

      Returns FilePath

    • set path(value: FilePath): 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: FilePath): void

      Parameters

      Returns void

    • get typeId(): number

      The RTTI type of the importer used.

      Returns number

    • set typeId(value: number): void

      Parameters

      • value: number

      Returns void