Polygon2D._classBinding

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

Members

Static variables

_getBones
GodotMethod!(Array) _getBones;
Undocumented in source.
_setBones
GodotMethod!(void, Array) _setBones;
Undocumented in source.
addBone
GodotMethod!(void, NodePath, PoolRealArray) addBone;
Undocumented in source.
clearBones
GodotMethod!(void) clearBones;
Undocumented in source.
eraseBone
GodotMethod!(void, long) eraseBone;
Undocumented in source.
getAntialiased
GodotMethod!(bool) getAntialiased;
Undocumented in source.
getBoneCount
GodotMethod!(long) getBoneCount;
Undocumented in source.
getBonePath
GodotMethod!(NodePath, long) getBonePath;
Undocumented in source.
getBoneWeights
GodotMethod!(PoolRealArray, long) getBoneWeights;
Undocumented in source.
getColor
GodotMethod!(Color) getColor;
Undocumented in source.
getInvert
GodotMethod!(bool) getInvert;
Undocumented in source.
getInvertBorder
GodotMethod!(double) getInvertBorder;
Undocumented in source.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getPolygon
GodotMethod!(PoolVector2Array) getPolygon;
Undocumented in source.
getSkeleton
GodotMethod!(NodePath) getSkeleton;
Undocumented in source.
getSplits
GodotMethod!(PoolIntArray) getSplits;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getTextureOffset
GodotMethod!(Vector2) getTextureOffset;
Undocumented in source.
getTextureRotation
GodotMethod!(double) getTextureRotation;
Undocumented in source.
getTextureRotationDegrees
GodotMethod!(double) getTextureRotationDegrees;
Undocumented in source.
getTextureScale
GodotMethod!(Vector2) getTextureScale;
Undocumented in source.
getUv
GodotMethod!(PoolVector2Array) getUv;
Undocumented in source.
getVertexColors
GodotMethod!(PoolColorArray) getVertexColors;
Undocumented in source.
setAntialiased
GodotMethod!(void, bool) setAntialiased;
Undocumented in source.
setBonePath
GodotMethod!(void, long, NodePath) setBonePath;
Undocumented in source.
setBoneWeights
GodotMethod!(void, long, PoolRealArray) setBoneWeights;
Undocumented in source.
setColor
GodotMethod!(void, Color) setColor;
Undocumented in source.
setInvert
GodotMethod!(void, bool) setInvert;
Undocumented in source.
setInvertBorder
GodotMethod!(void, double) setInvertBorder;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setPolygon
GodotMethod!(void, PoolVector2Array) setPolygon;
Undocumented in source.
setSkeleton
GodotMethod!(void, NodePath) setSkeleton;
Undocumented in source.
setSplits
GodotMethod!(void, PoolIntArray) setSplits;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setTextureOffset
GodotMethod!(void, Vector2) setTextureOffset;
Undocumented in source.
setTextureRotation
GodotMethod!(void, double) setTextureRotation;
Undocumented in source.
setTextureRotationDegrees
GodotMethod!(void, double) setTextureRotationDegrees;
Undocumented in source.
setTextureScale
GodotMethod!(void, Vector2) setTextureScale;
Undocumented in source.
setUv
GodotMethod!(void, PoolVector2Array) setUv;
Undocumented in source.
setVertexColors
GodotMethod!(void, PoolColorArray) setVertexColors;
Undocumented in source.

Meta