Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

EditorFileSystemImportFormatSupportQuery

继承: RefCounted < Object

用于查询和配置导入格式支持。

描述

该类用于查询和配置某种导入格式。它与资产格式导入插件配合使用。

方法

PackedStringArray

_get_file_extensions ( ) virtual const

bool

_is_active ( ) virtual const

bool

_query ( ) virtual const


方法说明

PackedStringArray _get_file_extensions ( ) virtual const

返回支持的文件扩展名。


bool _is_active ( ) virtual const

返回此导入器是否处于活动状态。


bool _query ( ) virtual const

查询支持。如果不能继续导入,则返回 false。