Search Results for

    Show / Hide Table of Contents

    Delegate IUnityMeshToDllSubMeshConverter.ForEachUnitySubMeshToDllSubMesh

    Namespace: PLATEAU.CityExport.ModelConvert.SubMeshConvert
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate SubMesh ForEachUnitySubMeshToDllSubMesh(int startIndex, int endIndex, Material material);
    Parameters
    Type Name Description
    System.Int32 startIndex
    System.Int32 endIndex
    Material material
    Returns
    Type Description
    SubMesh
    In This Article
    Back to top PLATEAU SDK for Unity