TouchScreenButton.GDNativeClassBinding

Undocumented in source.
struct TouchScreenButton
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_input
GodotMethod!(void, InputEvent) _input;
Undocumented in source.
getAction
GodotMethod!(String) getAction;
Undocumented in source.
getBitmask
GodotMethod!(BitMap) getBitmask;
Undocumented in source.
getShape
GodotMethod!(Shape2D) getShape;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getTexturePressed
GodotMethod!(Texture) getTexturePressed;
Undocumented in source.
getVisibilityMode
GodotMethod!(TouchScreenButton.VisibilityMode) getVisibilityMode;
Undocumented in source.
isPassbyPressEnabled
GodotMethod!(bool) isPassbyPressEnabled;
Undocumented in source.
isPressed
GodotMethod!(bool) isPressed;
Undocumented in source.
isShapeCentered
GodotMethod!(bool) isShapeCentered;
Undocumented in source.
isShapeVisible
GodotMethod!(bool) isShapeVisible;
Undocumented in source.
setAction
GodotMethod!(void, String) setAction;
Undocumented in source.
setBitmask
GodotMethod!(void, BitMap) setBitmask;
Undocumented in source.
setPassbyPress
GodotMethod!(void, bool) setPassbyPress;
Undocumented in source.
setShape
GodotMethod!(void, Shape2D) setShape;
Undocumented in source.
setShapeCentered
GodotMethod!(void, bool) setShapeCentered;
Undocumented in source.
setShapeVisible
GodotMethod!(void, bool) setShapeVisible;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setTexturePressed
GodotMethod!(void, Texture) setTexturePressed;
Undocumented in source.
setVisibilityMode
GodotMethod!(void, long) setVisibilityMode;
Undocumented in source.

Meta