Class SyncPrefabScriptedImporter | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class SyncPrefabScriptedImporter

    Inheritance
    Object
    ReflectScriptedImporter
    SyncPrefabScriptedImporter
    Inherited Members
    ReflectScriptedImporter.GetReferencedAsset<T>(String)
    ReflectScriptedImporter.GetReferencedAssetPath(String, String, String)
    ReflectScriptedImporter.SanitizeName(String)
    ReflectScriptedImporter.Init(String)
    Namespace: UnityEditor.Reflect
    Syntax
    public class SyncPrefabScriptedImporter : ReflectScriptedImporter, IObjectCache

    Methods

    CreateInstance(String)

    Declaration
    public SyncObjectBinding CreateInstance(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    SyncObjectBinding
    Implements
    IObjectCache.CreateInstance(String)

    OnImportAsset(AssetImportContext)

    Declaration
    public override void OnImportAsset(AssetImportContext ctx)
    Parameters
    Type Name Description
    AssetImportContext ctx
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX