docs.unity.cn
    Show / Hide Table of Contents

    Delegate MeshImportFunction<T>

    A callback function wich integrates the given sample into the given GameObject.

    Namespace: Unity.Formats.USD
    Syntax
    public delegate void MeshImportFunction<T>(string path, T sample, MeshImporter.GeometrySubsets subsets, GameObject go, SceneImportOptions option, bool isDynamic, UsdSkelSkinningQuery query = null)
        where T : SampleBase, new();
    Parameters
    Type Name Description
    String path
    T sample
    MeshImporter.GeometrySubsets subsets
    GameObject go
    SceneImportOptions option
    Boolean isDynamic
    UsdSkelSkinningQuery query
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023