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

    Class ReflectScriptedImporter

    Inheritance
    Object
    ReflectScriptedImporter
    SyncMaterialScriptedImporter
    SyncObjectScriptedImporter
    SyncPrefabScriptedImporter
    Namespace: UnityEditor.Reflect
    Syntax
    public abstract class ReflectScriptedImporter : ScriptedImporter

    Methods

    GetReferencedAsset<T>(String)

    Declaration
    protected T GetReferencedAsset<T>(string path)
        where T : Object
    Parameters
    Type Name Description
    String path
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    GetReferencedAssetPath(String, String, String)

    Declaration
    protected static string GetReferencedAssetPath(string assetName, string assetPath, string relativePath)
    Parameters
    Type Name Description
    String assetName
    String assetPath
    String relativePath
    Returns
    Type Description
    String

    Init(String)

    Declaration
    protected void Init(string assetName)
    Parameters
    Type Name Description
    String assetName

    SanitizeName(String)

    Declaration
    protected static string SanitizeName(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX