Hnxml Standard
    Preparing search index...

    Interface CopyAsset

    Copy a file from a remote node.

    复制文件

    <CopyAsset DestFilePath="home" DestComp="playerComp" SourceComp="assetNode" SourceFileName="copycat.txt" SourceFilePath="home/copy"/>
    
    interface CopyAsset {
        children?: never;
        DestComp: string;
        DestFilePath: string;
        SourceComp: string;
        SourceFileName: string;
        SourceFilePath: string;
    }
    Index

    Properties

    children?: never
    DestComp: string
    DestFilePath: string
    SourceComp: string
    SourceFileName: string
    SourceFilePath: string