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。

Previous Next


© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7.

Built with Sphinx using a theme provided by Read the Docs.