Range.GDNativeClassBinding

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

Members

Static variables

getAsRatio
GodotMethod!(double) getAsRatio;
Undocumented in source.
getMax
GodotMethod!(double) getMax;
Undocumented in source.
getMin
GodotMethod!(double) getMin;
Undocumented in source.
getPage
GodotMethod!(double) getPage;
Undocumented in source.
getStep
GodotMethod!(double) getStep;
Undocumented in source.
getValue
GodotMethod!(double) getValue;
Undocumented in source.
isGreaterAllowed
GodotMethod!(bool) isGreaterAllowed;
Undocumented in source.
isLesserAllowed
GodotMethod!(bool) isLesserAllowed;
Undocumented in source.
isRatioExp
GodotMethod!(bool) isRatioExp;
Undocumented in source.
isUsingRoundedValues
GodotMethod!(bool) isUsingRoundedValues;
Undocumented in source.
setAllowGreater
GodotMethod!(void, bool) setAllowGreater;
Undocumented in source.
setAllowLesser
GodotMethod!(void, bool) setAllowLesser;
Undocumented in source.
setAsRatio
GodotMethod!(void, double) setAsRatio;
Undocumented in source.
setExpRatio
GodotMethod!(void, bool) setExpRatio;
Undocumented in source.
setMax
GodotMethod!(void, double) setMax;
Undocumented in source.
setMin
GodotMethod!(void, double) setMin;
Undocumented in source.
setPage
GodotMethod!(void, double) setPage;
Undocumented in source.
setStep
GodotMethod!(void, double) setStep;
Undocumented in source.
setUseRoundedValues
GodotMethod!(void, bool) setUseRoundedValues;
Undocumented in source.
setValue
GodotMethod!(void, double) setValue;
Undocumented in source.
share
GodotMethod!(void, Node) share;
Undocumented in source.
unshare
GodotMethod!(void) unshare;
Undocumented in source.

Meta