Method ModifyOptions
ModifyOptions(BuildPlayerOptions)
A callback to modify the BuildPlayerOptions when building a player for test run. Return the modified version of the provided build options.
선언
BuildPlayerOptions ModifyOptions(BuildPlayerOptions playerOptions)
파라미터
타입 | 이름 | 설명 |
---|---|---|
BuildPlayerOptions | playerOptions | The unmodified BuildPlayerOptions. |
반환
타입 | 설명 |
---|---|
BuildPlayerOptions | The modified BuildPlayerOptions. |