Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

Asset Transformer SDK
​
​
UnityEngine.Pixyz
  • UnityEngine.Pixyz.API
  • UnityEngine.Pixyz.Algo
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • UnityEngine.Pixyz.Geom
  • UnityEngine.Pixyz.IO
    • CloudDirectory
    • CloudDirectory.Type
    • CloudFile
    • CloudFile.Type
    • DropBoxAccess
    • ExportFilePathList
    • FileFormat
    • FileFormatDescription
    • FileFormatList
    • FilesList
    • IOInterface
    • IOInterface.exportFileCallback
    • IOInterface.importFileCallback
    • ImportFilePathList
    • LocalDirectoryAccess
    • LocalFileAccess
    • OpenStackAccess
    • OwnCloudAccess
    • PriorityImportLevel
    • Protocol
    • VariantNameList
    • WebDAVAccess
    • exportFileCallback
    • importFileCallback
  • UnityEngine.Pixyz.Material
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

FileFormat

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • FileFormat

Inherited Members
  • Equals(object)
  • Equals(object, object)
  • GetHashCode()
  • GetType()
  • MemberwiseClone()
  • ReferenceEquals(object, object)
  • ToString()

Namespace: UnityEngine.Pixyz.IO
[Serializable]public class FileFormat

Constructors

FileFormat()

public FileFormat()

FileFormat(FileFormat)

public FileFormat(FileFormat o)
Parameters

Type

Name

Description

FileFormato

Fields

product

public string product
Returns

Type

Description

string

extension

public string extension
Returns

Type

Description

string

version

public string version
Returns

Type

Description

string

priority

public PriorityImportLevel priority
Returns

Type

Description

PriorityImportLevel

read

public bool read
Returns

Type

Description

bool

write

public bool write
Returns

Type

Description

bool

hasTessellated

public FileFormatDescription hasTessellated
Returns

Type

Description

FileFormatDescription

hasBREP

public FileFormatDescription hasBREP
Returns

Type

Description

FileFormatDescription

hasAlternativeImporter

public FileFormatDescription hasAlternativeImporter
Returns

Type

Description

FileFormatDescription

hasMetadata

public FileFormatDescription hasMetadata
Returns

Type

Description

FileFormatDescription

hasPMI

public FileFormatDescription hasPMI
Returns

Type

Description

FileFormatDescription

osMask

public int osMask
Returns

Type

Description

int

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Constructors

      • FileFormat()

      • FileFormat(FileFormat)

    • Fields

      • product

      • extension

      • version

      • priority

      • read

      • write

      • hasTessellated

      • hasBREP

      • hasAlternativeImporter

      • hasMetadata

      • hasPMI

      • osMask


Report a problem with this page