Click or drag to resize

ExportAttribute Constructor

Initializes a new instance of the ExportAttribute class

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ExportAttribute(
	PropertyHint hint = PropertyHint.None,
	string hintString = ""
)

Parameters

hint (Optional)
Type: GodotPropertyHint

[Missing <param name="hint"/> documentation for "M:Godot.ExportAttribute.#ctor(Godot.PropertyHint,System.String)"]

hintString (Optional)
Type: SystemString

[Missing <param name="hintString"/> documentation for "M:Godot.ExportAttribute.#ctor(Godot.PropertyHint,System.String)"]

See Also