Click or drag to resize

Unity3DExportArgs Class

Export args for the Unity plugin export
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class Unity3DExportArgs : RuleSetBasedExport

The Unity3DExportArgs type exposes the following members.

Properties
  NameDescription
Public propertyExporterName
Fixes the name of that exporter to "Unity3DExport"
(Overrides ExportDataArgsExporterName.)
Public propertyTextFormatter
Select the output format for markup text
Public propertyUsedLanguage
Set this property to true to create XLSX localization files
Public propertyUseLocalization
Set this property to true to create XLSX localization files
Top
See Also