Method BuildPlayerContent
BuildPlayerContent()
Runs the active player data build script to create runtime data. See the BuildPlayerContent documentation for more details.
선언
public static void BuildPlayerContent()
BuildPlayerContent(out AddressablesPlayerBuildResult)
Runs the active player data build script to create runtime data. See the BuildPlayerContent documentation for more details.
선언
public static void BuildPlayerContent(out AddressablesPlayerBuildResult result)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressablesPlayerBuildResult | result | Results from running the active player data build script. |