Search Results for

    Show / Hide Table of Contents

    Class UnityModelExporter

    Unityのモデルを Model (中間形式) にしてから 3Dモデルファイルに出力します。

    Inheritance
    System.Object
    UnityModelExporter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.CityExport
    Assembly: cs.temp.dll.dll
    Syntax
    public static class UnityModelExporter

    Methods

    Export(String, PLATEAUInstancedCityModel, MeshExportOptions)

    Declaration
    public static void Export(string destDir, PLATEAUInstancedCityModel instancedCityModel, MeshExportOptions options)
    Parameters
    Type Name Description
    System.String destDir
    PLATEAUInstancedCityModel instancedCityModel
    MeshExportOptions options
    In This Article
    Back to top PLATEAU SDK for Unity