Method BuildAndGetResourceDependencies
BuildAndGetResourceDependencies(AddressableAssetSettings, string[])
Calculates and gathers dependencies for built in data.
선언
protected ReturnCode BuildAndGetResourceDependencies(AddressableAssetSettings settings, string[] builtInResourcesPaths)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | settings | The AddressableAssetSettings to pull data from. |
string[] | builtInResourcesPaths | The paths that lead to all the built in Resource locations |
반환
타입 | 설명 |
---|---|
ReturnCode | A ReturnCode indicating various levels of success or failure. |