Version: 2022.3
LanguageEnglish
  • C#

WSAFileTypeAssociations

struct in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Represents the file types to register the application as a default handler for.

To set file type associations, use the fileTypeAssociations Property.
For information on Windows file type association, see Microsoft's documentation.
Additional resources: WSASupportedFileType.

Properties

nameThe name of the file type association. This is to organize and group file types.
supportedFileTypesThe set of file and content types your application supports.