Struct MeshExportOptions
SDK for Unity のエクスポートに関する設定です。
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: PLATEAU.CityExport
Assembly: cs.temp.dll.dll
Syntax
public struct MeshExportOptions
Constructors
MeshExportOptions(MeshExportOptions.MeshTransformType, Boolean, Boolean, Boolean, MeshFileFormat, CoordinateSystem, ICityExporter)
Declaration
public MeshExportOptions(MeshExportOptions.MeshTransformType transformType, bool exportTextures, bool exportDefaultTextures, bool exportHiddenObjects, MeshFileFormat fileFormat, CoordinateSystem meshAxis, ICityExporter exporter)
Parameters
Type | Name | Description |
---|---|---|
MeshExportOptions.MeshTransformType | transformType | |
System.Boolean | exportTextures | |
System.Boolean | exportDefaultTextures | |
System.Boolean | exportHiddenObjects | |
MeshFileFormat | fileFormat | |
CoordinateSystem | meshAxis | |
ICityExporter | exporter |
Properties
ExportDefaultTextures
テクスチャをエクスポートする場合、SDK付属のデフォルトマテリアルのテクスチャも含めるかどうかです。 falseの場合、付属のデフォルトマテリアルはマテリアル情報なしに置き換えられます。
Declaration
public readonly bool ExportDefaultTextures { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exporter
エクスポートを処理するインスタンスです。
Declaration
public readonly ICityExporter Exporter { get; }
Property Value
Type | Description |
---|---|
ICityExporter |
ExportHiddenObjects
ヒエラルキー上で非表示になっているゲームオブジェクトをエクスポートするかどうかです。
Declaration
public readonly bool ExportHiddenObjects { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExportTextures
テクスチャをエクスポートするか
Declaration
public readonly bool ExportTextures { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileFormat
Declaration
public readonly MeshFileFormat FileFormat { get; }
Property Value
Type | Description |
---|---|
MeshFileFormat |
MeshAxis
座標系
Declaration
public readonly CoordinateSystem MeshAxis { get; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
TransformType
座標変換
Declaration
public readonly MeshExportOptions.MeshTransformType TransformType { get; }
Property Value
Type | Description |
---|---|
MeshExportOptions.MeshTransformType |