Click or drag to resize

StyleBoxFlatSetShadowOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StyleBoxFlat.SetShadowOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowOffset is deprecated. Use the ShadowOffset property instead.")]
public void SetShadowOffset(
	Vector2 offset
)

Parameters

offset
Type: GodotVector2

[Missing <param name="offset"/> documentation for "M:Godot.StyleBoxFlat.SetShadowOffset(Godot.Vector2)"]

See Also