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

    Class SourceAssetData

    The SourceAssetData implements a base class that contains additional data from a source asset that was generated during import. It should be subclasses if needed for a particular type and can be tagged to a Resource when returned as part of an ImportedSubResource during the import process by a resource Importer.

    Hierarchy (View Summary)

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns SourceAssetData

    • get fileSize(): number

      The size of the source file in bytes.

      Returns number

    • set fileSize(value: number): void

      Parameters

      • value: number

      Returns void