UnityEditor.AssetStoreUtils.RegisterDownloadDelegate C# (CSharp) Méthode

RegisterDownloadDelegate() private méthode

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

Usage Example

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

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