Click or drag to resize

TouchScreenButtonSetBitmask Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TouchScreenButton.SetBitmask(Godot.BitMap)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBitmask is deprecated. Use the Bitmask property instead.")]
public void SetBitmask(
	BitMap bitmask
)

Parameters

bitmask
Type: GodotBitMap

[Missing <param name="bitmask"/> documentation for "M:Godot.TouchScreenButton.SetBitmask(Godot.BitMap)"]

See Also