docs.unity.cn
    Show / Hide Table of Contents

    Method DeclareAssetDependency

    DeclareAssetDependency(GameObject, Object)

    Declares that the conversion result of the target GameObject depends on a source asset. Any changes to the source asset should trigger a reconversion of the dependent GameObject.

    Declaration
    public void DeclareAssetDependency(GameObject target, Object dependsOn)
    Parameters
    Type Name Description
    GameObject target

    The GameObject that has a dependency.

    Object dependsOn

    The Object that the target depends on. This must be an asset.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use