Click or drag to resize

VisualServerBlackBarsSetMargins Method

Sets margin size, where black bars (or images, if BlackBarsSetImages(RID, RID, RID, RID) was used) are rendered.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void BlackBarsSetMargins(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:Godot.VisualServer.BlackBarsSetMargins(System.Int32,System.Int32,System.Int32,System.Int32)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:Godot.VisualServer.BlackBarsSetMargins(System.Int32,System.Int32,System.Int32,System.Int32)"]

right
Type: SystemInt32

[Missing <param name="right"/> documentation for "M:Godot.VisualServer.BlackBarsSetMargins(System.Int32,System.Int32,System.Int32,System.Int32)"]

bottom
Type: SystemInt32

[Missing <param name="bottom"/> documentation for "M:Godot.VisualServer.BlackBarsSetMargins(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also