Version: 2023.1
언어: 한국어
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.