Description 描述
Editor API for the Unity Services editor feature. Normally UnityAds is enabled from the Services window, but if writing your own editor extension, this API can be used.
Static Properties
| enabled | Global boolean for enabling or disabling the advertisement feature. | ||
| initializeOnStartup | Controls if the advertisement system should be initialized immediately on startup. | ||
| testMode | Controls if testing advertisements are used instead of production advertisements. |
Static Methods 静态方法
| GetGameId | Gets the game identifier specified for a runtime platform. | ||
| GetPlatformGameId | Gets the game identifier specified for a runtime platform. | ||
| SetGameId | Sets the game identifier for the specified platform. | ||
| SetPlatformGameId | Sets the game identifier for the specified platform. |