SpriteBase3D.GDNativeClassBinding

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

Members

Static variables

_imUpdate
GodotMethod!(void) _imUpdate;
Undocumented in source.
_queueUpdate
GodotMethod!(void) _queueUpdate;
Undocumented in source.
generateTriangleMesh
GodotMethod!(TriangleMesh) generateTriangleMesh;
Undocumented in source.
getAlphaCutMode
GodotMethod!(SpriteBase3D.AlphaCutMode) getAlphaCutMode;
Undocumented in source.
getAxis
GodotMethod!(Vector3.Axis) getAxis;
Undocumented in source.
getBillboardMode
GodotMethod!(SpatialMaterial.BillboardMode) getBillboardMode;
Undocumented in source.
getDrawFlag
GodotMethod!(bool, long) getDrawFlag;
Undocumented in source.
getItemRect
GodotMethod!(Rect2) getItemRect;
Undocumented in source.
getModulate
GodotMethod!(Color) getModulate;
Undocumented in source.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getOpacity
GodotMethod!(double) getOpacity;
Undocumented in source.
getPixelSize
GodotMethod!(double) getPixelSize;
Undocumented in source.
isCentered
GodotMethod!(bool) isCentered;
Undocumented in source.
isFlippedH
GodotMethod!(bool) isFlippedH;
Undocumented in source.
isFlippedV
GodotMethod!(bool) isFlippedV;
Undocumented in source.
setAlphaCutMode
GodotMethod!(void, long) setAlphaCutMode;
Undocumented in source.
setAxis
GodotMethod!(void, long) setAxis;
Undocumented in source.
setBillboardMode
GodotMethod!(void, long) setBillboardMode;
Undocumented in source.
setCentered
GodotMethod!(void, bool) setCentered;
Undocumented in source.
setDrawFlag
GodotMethod!(void, long, bool) setDrawFlag;
Undocumented in source.
setFlipH
GodotMethod!(void, bool) setFlipH;
Undocumented in source.
setFlipV
GodotMethod!(void, bool) setFlipV;
Undocumented in source.
setModulate
GodotMethod!(void, Color) setModulate;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setOpacity
GodotMethod!(void, double) setOpacity;
Undocumented in source.
setPixelSize
GodotMethod!(void, double) setPixelSize;
Undocumented in source.

Meta