Class ExportSettings
glTF export settings
Inherited Members
Namespace: GLTFast.Export
Syntax
public class ExportSettings
Properties
ComponentMask
Component type flags to include or exclude components from export based on type.
Declaration
public ComponentType ComponentMask { get; set; }
Property Value
Type | Description |
---|---|
ComponentType |
FileConflictResolution
Resolutions to existing file conflicts
Declaration
public FileConflictResolution FileConflictResolution { get; set; }
Property Value
Type | Description |
---|---|
FileConflictResolution |
Format
Export to JSON-based or binary format glTF files
Declaration
public GltfFormat Format { get; set; }
Property Value
Type | Description |
---|---|
GltfFormat |
ImageDestination
Destination for image files
Declaration
public ImageDestination ImageDestination { get; set; }
Property Value
Type | Description |
---|---|
ImageDestination |
LightIntensityFactor
Light intensity values are multiplied by this factor.
Declaration
public float LightIntensityFactor { get; set; }
Property Value
Type | Description |
---|---|
Single |