Sprite._classBinding

Undocumented in source.
struct Sprite
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

getFrame
GodotMethod!(long) getFrame;
Undocumented in source.
getHframes
GodotMethod!(long) getHframes;
Undocumented in source.
getNormalMap
GodotMethod!(Texture) getNormalMap;
Undocumented in source.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getRect
GodotMethod!(Rect2) getRect;
Undocumented in source.
getRegionRect
GodotMethod!(Rect2) getRegionRect;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getVframes
GodotMethod!(long) getVframes;
Undocumented in source.
isCentered
GodotMethod!(bool) isCentered;
Undocumented in source.
isFlippedH
GodotMethod!(bool) isFlippedH;
Undocumented in source.
isFlippedV
GodotMethod!(bool) isFlippedV;
Undocumented in source.
isPixelOpaque
GodotMethod!(bool, Vector2) isPixelOpaque;
Undocumented in source.
isRegion
GodotMethod!(bool) isRegion;
Undocumented in source.
isRegionFilterClipEnabled
GodotMethod!(bool) isRegionFilterClipEnabled;
Undocumented in source.
setCentered
GodotMethod!(void, bool) setCentered;
Undocumented in source.
setFlipH
GodotMethod!(void, bool) setFlipH;
Undocumented in source.
setFlipV
GodotMethod!(void, bool) setFlipV;
Undocumented in source.
setFrame
GodotMethod!(void, long) setFrame;
Undocumented in source.
setHframes
GodotMethod!(void, long) setHframes;
Undocumented in source.
setNormalMap
GodotMethod!(void, Texture) setNormalMap;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setRegion
GodotMethod!(void, bool) setRegion;
Undocumented in source.
setRegionFilterClip
GodotMethod!(void, bool) setRegionFilterClip;
Undocumented in source.
setRegionRect
GodotMethod!(void, Rect2) setRegionRect;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setVframes
GodotMethod!(void, long) setVframes;
Undocumented in source.

Meta