Version: 2023.2
言語: 日本語
public static void DependOnPath (string path);

パラメーター

path The path of the dependency.

説明

Allows you to specify that a Scene depends on contents of a source asset at the provided path.

Scene rebuild will be triggered if either of the conditions are true: * The asset at the path changes * The asset at the path moves.