docs.unity3d.com
Version: 

    Class FileFormat

    Inheritance
    object
    FileFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.IO
    Syntax
    [Serializable]
    public class FileFormat

    Constructors

    FileFormat()

    Declaration
    public FileFormat()

    FileFormat(FileFormat)

    Declaration
    public FileFormat(FileFormat o)
    Parameters
    Type Name Description
    FileFormat o

    Fields

    extension

    Declaration
    public string extension
    Field Value
    Type Description
    string

    hasAlternativeImporter

    Declaration
    public FileFormatDescription hasAlternativeImporter
    Field Value
    Type Description
    FileFormatDescription

    hasBREP

    Declaration
    public FileFormatDescription hasBREP
    Field Value
    Type Description
    FileFormatDescription

    hasMetadata

    Declaration
    public FileFormatDescription hasMetadata
    Field Value
    Type Description
    FileFormatDescription

    hasPMI

    Declaration
    public FileFormatDescription hasPMI
    Field Value
    Type Description
    FileFormatDescription

    hasTessellated

    Declaration
    public FileFormatDescription hasTessellated
    Field Value
    Type Description
    FileFormatDescription

    priority

    Declaration
    public PriorityImportLevel priority
    Field Value
    Type Description
    PriorityImportLevel

    product

    Declaration
    public string product
    Field Value
    Type Description
    string

    read

    Declaration
    public bool read
    Field Value
    Type Description
    bool

    version

    Declaration
    public string version
    Field Value
    Type Description
    string

    write

    Declaration
    public bool write
    Field Value
    Type Description
    bool
    Version 2025.2.0.1
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your 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.
    Generated by DocFX.