Click or drag to resize

EditorPropertySetKeying Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorProperty.SetKeying(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetKeying is deprecated. Use the Keying property instead.")]
public void SetKeying(
	bool keying
)

Parameters

keying
Type: SystemBoolean

[Missing <param name="keying"/> documentation for "M:Godot.EditorProperty.SetKeying(System.Boolean)"]

See Also