TextureProgress.GDNativeClassBinding

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

Members

Static variables

getFillDegrees
GodotMethod!(double) getFillDegrees;
Undocumented in source.
getFillMode
GodotMethod!(long) getFillMode;
Undocumented in source.
getNinePatchStretch
GodotMethod!(bool) getNinePatchStretch;
Undocumented in source.
getOverTexture
GodotMethod!(Texture) getOverTexture;
Undocumented in source.
getProgressTexture
GodotMethod!(Texture) getProgressTexture;
Undocumented in source.
getRadialCenterOffset
GodotMethod!(Vector2) getRadialCenterOffset;
Undocumented in source.
getRadialInitialAngle
GodotMethod!(double) getRadialInitialAngle;
Undocumented in source.
getStretchMargin
GodotMethod!(long, long) getStretchMargin;
Undocumented in source.
getTintOver
GodotMethod!(Color) getTintOver;
Undocumented in source.
getTintProgress
GodotMethod!(Color) getTintProgress;
Undocumented in source.
getTintUnder
GodotMethod!(Color) getTintUnder;
Undocumented in source.
getUnderTexture
GodotMethod!(Texture) getUnderTexture;
Undocumented in source.
setFillDegrees
GodotMethod!(void, double) setFillDegrees;
Undocumented in source.
setFillMode
GodotMethod!(void, long) setFillMode;
Undocumented in source.
setNinePatchStretch
GodotMethod!(void, bool) setNinePatchStretch;
Undocumented in source.
setOverTexture
GodotMethod!(void, Texture) setOverTexture;
Undocumented in source.
setProgressTexture
GodotMethod!(void, Texture) setProgressTexture;
Undocumented in source.
setRadialCenterOffset
GodotMethod!(void, Vector2) setRadialCenterOffset;
Undocumented in source.
setRadialInitialAngle
GodotMethod!(void, double) setRadialInitialAngle;
Undocumented in source.
setStretchMargin
GodotMethod!(void, long, long) setStretchMargin;
Undocumented in source.
setTintOver
GodotMethod!(void, Color) setTintOver;
Undocumented in source.
setTintProgress
GodotMethod!(void, Color) setTintProgress;
Undocumented in source.
setTintUnder
GodotMethod!(void, Color) setTintUnder;
Undocumented in source.
setUnderTexture
GodotMethod!(void, Texture) setUnderTexture;
Undocumented in source.

Meta