Function FileDialog.filters

The available file type filters. For example, this shows only .png and .gd files: set_filters(PoolStringArray(class="pln">D "*.png ; PNG Images","*.gd ; GDScript Files")).

PoolArray!(godot.core.string.String) filters() nothrow @property @nogc;

void filters (
  PoolArray!(godot.core.string.String) v
) nothrow @property @nogc;