Click or drag to resize

VisualServerHasChanged Method

Returns true if changes have been made to the VisualServer's data. Draw(Boolean, Double) is usually called if this happens.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VisualServer.HasChanged"]

See Also