UnityEditor.AssetStoreUtils.RegisterDownloadDelegate C# (CSharp) Метод

RegisterDownloadDelegate() приватный Метод

private RegisterDownloadDelegate ( ScriptableObject d ) : void
d UnityEngine.ScriptableObject
Результат void
        public static extern void RegisterDownloadDelegate(ScriptableObject d);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

Пример #1
0
        public void OnEnable()
        {
            SetMinMaxSizes();
            titleContent = GetLocalizedTitleContent();
            AssetStoreUtils.RegisterDownloadDelegate(this);

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