UnityEditor.AssetStoreUtils.RegisterDownloadDelegate C# (CSharp) Method

RegisterDownloadDelegate() private method

private RegisterDownloadDelegate ( ScriptableObject d ) : void
d UnityEngine.ScriptableObject
return void
        public static extern void RegisterDownloadDelegate(ScriptableObject d);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

Example #1
0
        public void OnEnable()
        {
            SetMinMaxSizes();
            titleContent = GetLocalizedTitleContent();
            AssetStoreUtils.RegisterDownloadDelegate(this);

            EditorApplication.update += TrackFocusState;
        }
All Usage Examples Of UnityEditor.AssetStoreUtils::RegisterDownloadDelegate