Click or drag to resize

ProjectSettingsPropertyCanRevert Method

Returns true if the specified property exists and its initial value differs from the current value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool PropertyCanRevert(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.ProjectSettings.PropertyCanRevert(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.ProjectSettings.PropertyCanRevert(System.String)"]

See Also