StyleBoxTexture.GDNativeClassBinding

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

Members

Static variables

getExpandMarginSize
GodotMethod!(double, long) getExpandMarginSize;
Undocumented in source.
getHAxisStretchMode
GodotMethod!(StyleBoxTexture.AxisStretchMode) getHAxisStretchMode;
Undocumented in source.
getMarginSize
GodotMethod!(double, long) getMarginSize;
Undocumented in source.
getModulate
GodotMethod!(Color) getModulate;
Undocumented in source.
getNormalMap
GodotMethod!(Texture) getNormalMap;
Undocumented in source.
getRegionRect
GodotMethod!(Rect2) getRegionRect;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getVAxisStretchMode
GodotMethod!(StyleBoxTexture.AxisStretchMode) getVAxisStretchMode;
Undocumented in source.
isDrawCenterEnabled
GodotMethod!(bool) isDrawCenterEnabled;
Undocumented in source.
setDrawCenter
GodotMethod!(void, bool) setDrawCenter;
Undocumented in source.
setExpandMarginAll
GodotMethod!(void, double) setExpandMarginAll;
Undocumented in source.
setExpandMarginIndividual
GodotMethod!(void, double, double, double, double) setExpandMarginIndividual;
Undocumented in source.
setExpandMarginSize
GodotMethod!(void, long, double) setExpandMarginSize;
Undocumented in source.
setHAxisStretchMode
GodotMethod!(void, long) setHAxisStretchMode;
Undocumented in source.
setMarginSize
GodotMethod!(void, long, double) setMarginSize;
Undocumented in source.
setModulate
GodotMethod!(void, Color) setModulate;
Undocumented in source.
setNormalMap
GodotMethod!(void, Texture) setNormalMap;
Undocumented in source.
setRegionRect
GodotMethod!(void, Rect2) setRegionRect;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setVAxisStretchMode
GodotMethod!(void, long) setVAxisStretchMode;
Undocumented in source.

Meta