UnityEngine.Connect.UnityAdsSettings.SetPlatformEnabled C# (CSharp) Method

SetPlatformEnabled() private method

private SetPlatformEnabled ( RuntimePlatform platform, bool value ) : void
platform RuntimePlatform
value bool
return void
        public static extern void SetPlatformEnabled(RuntimePlatform platform, bool value);