Click or drag to resize

VisualServerBlackBarsSetImages Method

Sets images to be rendered in the window margin.

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

Parameters

left
Type: GodotRID

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

top
Type: GodotRID

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

right
Type: GodotRID

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

bottom
Type: GodotRID

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

See Also