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

    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

    write

    Declaration
    public bool write
    Field Value
    Type Description
    bool
    Version 2024.3.0.10
    • 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.