Particles2D._classBinding

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

Members

Static variables

captureRect
GodotMethod!(Rect2) captureRect;
Undocumented in source.
getAmount
GodotMethod!(long) getAmount;
Undocumented in source.
getDrawOrder
GodotMethod!(Particles2D.DrawOrder) getDrawOrder;
Undocumented in source.
getExplosivenessRatio
GodotMethod!(double) getExplosivenessRatio;
Undocumented in source.
getFixedFps
GodotMethod!(long) getFixedFps;
Undocumented in source.
getFractionalDelta
GodotMethod!(bool) getFractionalDelta;
Undocumented in source.
getHFrames
GodotMethod!(long) getHFrames;
Undocumented in source.
getLifetime
GodotMethod!(double) getLifetime;
Undocumented in source.
getNormalMap
GodotMethod!(Texture) getNormalMap;
Undocumented in source.
getOneShot
GodotMethod!(bool) getOneShot;
Undocumented in source.
getPreProcessTime
GodotMethod!(double) getPreProcessTime;
Undocumented in source.
getProcessMaterial
GodotMethod!(Material) getProcessMaterial;
Undocumented in source.
getRandomnessRatio
GodotMethod!(double) getRandomnessRatio;
Undocumented in source.
getSpeedScale
GodotMethod!(double) getSpeedScale;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getUseLocalCoordinates
GodotMethod!(bool) getUseLocalCoordinates;
Undocumented in source.
getVFrames
GodotMethod!(long) getVFrames;
Undocumented in source.
getVisibilityRect
GodotMethod!(Rect2) getVisibilityRect;
Undocumented in source.
isEmitting
GodotMethod!(bool) isEmitting;
Undocumented in source.
restart
GodotMethod!(void) restart;
Undocumented in source.
setAmount
GodotMethod!(void, long) setAmount;
Undocumented in source.
setDrawOrder
GodotMethod!(void, long) setDrawOrder;
Undocumented in source.
setEmitting
GodotMethod!(void, bool) setEmitting;
Undocumented in source.
setExplosivenessRatio
GodotMethod!(void, double) setExplosivenessRatio;
Undocumented in source.
setFixedFps
GodotMethod!(void, long) setFixedFps;
Undocumented in source.
setFractionalDelta
GodotMethod!(void, bool) setFractionalDelta;
Undocumented in source.
setHFrames
GodotMethod!(void, long) setHFrames;
Undocumented in source.
setLifetime
GodotMethod!(void, double) setLifetime;
Undocumented in source.
setNormalMap
GodotMethod!(void, Texture) setNormalMap;
Undocumented in source.
setOneShot
GodotMethod!(void, bool) setOneShot;
Undocumented in source.
setPreProcessTime
GodotMethod!(void, double) setPreProcessTime;
Undocumented in source.
setProcessMaterial
GodotMethod!(void, Material) setProcessMaterial;
Undocumented in source.
setRandomnessRatio
GodotMethod!(void, double) setRandomnessRatio;
Undocumented in source.
setSpeedScale
GodotMethod!(void, double) setSpeedScale;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setUseLocalCoordinates
GodotMethod!(void, bool) setUseLocalCoordinates;
Undocumented in source.
setVFrames
GodotMethod!(void, long) setVFrames;
Undocumented in source.
setVisibilityRect
GodotMethod!(void, Rect2) setVisibilityRect;
Undocumented in source.

Meta