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.

GD0109: '[ExportToolButton]' 屬性不能與另一個 [Export] 屬性同時使用

規則 ID

GD0109

分類

用法

修正是否會破壞相容性

非破壞性

預設啟用

原因

某個屬性同時被標註了 [ExportToolButton][Export] 屬性。

規則說明

[ExportToolButton] 已經隱含會匯出該成員,因此不需要再標註 [Export]

修正方式

要修正此規則的違規情形,請移除 [Export] 屬性。

什麼時候應該忽略警告

請勿忽略此規則的警告。多重匯出屬性可能導致成員重複,進而造成不可預期的執行階段錯誤。