Function copyTextureUserData

  • Deep copy/clone from source to dest, assuming both are userData objects in Textures. Same as copyUserData but ignores uuid in the root object.

    Parameters

    • dest: any
    • source: any
    • ignoredKeysInRoot: string[] = ...
    • isRoot: boolean = true

    Returns any

Generated using TypeDoc