Click or drag to resize

BitMapCreate Method

Creates a bitmap with the specified size, filled with false.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Create(
	Vector2 size
)

Parameters

size
Type: GodotVector2

[Missing <param name="size"/> documentation for "M:Godot.BitMap.Create(Godot.Vector2)"]

See Also