Label.GDNativeClassBinding

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

Members

Static variables

getAlign
GodotMethod!(Label.Align) getAlign;
Undocumented in source.
getLineCount
GodotMethod!(long) getLineCount;
Undocumented in source.
getLineHeight
GodotMethod!(long) getLineHeight;
Undocumented in source.
getLinesSkipped
GodotMethod!(long) getLinesSkipped;
Undocumented in source.
getMaxLinesVisible
GodotMethod!(long) getMaxLinesVisible;
Undocumented in source.
getPercentVisible
GodotMethod!(double) getPercentVisible;
Undocumented in source.
getText
GodotMethod!(String) getText;
Undocumented in source.
getTotalCharacterCount
GodotMethod!(long) getTotalCharacterCount;
Undocumented in source.
getValign
GodotMethod!(Label.VAlign) getValign;
Undocumented in source.
getVisibleCharacters
GodotMethod!(long) getVisibleCharacters;
Undocumented in source.
getVisibleLineCount
GodotMethod!(long) getVisibleLineCount;
Undocumented in source.
hasAutowrap
GodotMethod!(bool) hasAutowrap;
Undocumented in source.
isClippingText
GodotMethod!(bool) isClippingText;
Undocumented in source.
isUppercase
GodotMethod!(bool) isUppercase;
Undocumented in source.
setAlign
GodotMethod!(void, long) setAlign;
Undocumented in source.
setAutowrap
GodotMethod!(void, bool) setAutowrap;
Undocumented in source.
setClipText
GodotMethod!(void, bool) setClipText;
Undocumented in source.
setLinesSkipped
GodotMethod!(void, long) setLinesSkipped;
Undocumented in source.
setMaxLinesVisible
GodotMethod!(void, long) setMaxLinesVisible;
Undocumented in source.
setPercentVisible
GodotMethod!(void, double) setPercentVisible;
Undocumented in source.
setText
GodotMethod!(void, String) setText;
Undocumented in source.
setUppercase
GodotMethod!(void, bool) setUppercase;
Undocumented in source.
setValign
GodotMethod!(void, long) setValign;
Undocumented in source.
setVisibleCharacters
GodotMethod!(void, long) setVisibleCharacters;
Undocumented in source.

Meta