Class FileFormat
Inherited Members
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 |