Click or drag to resize

VisualServerHasFeature Method

Not yet implemented. Always returns false.

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

Parameters

feature
Type: GodotVisualServerFeatures

[Missing <param name="feature"/> documentation for "M:Godot.VisualServer.HasFeature(Godot.VisualServer.Features)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VisualServer.HasFeature(Godot.VisualServer.Features)"]

See Also