CPUParticles2D._classBinding

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

Members

Static variables

_updateRenderThread
GodotMethod!(void) _updateRenderThread;
Undocumented in source.
convertFromParticles
GodotMethod!(void, GodotObject) convertFromParticles;
Undocumented in source.
getAmount
GodotMethod!(long) getAmount;
Undocumented in source.
getColor
GodotMethod!(Color) getColor;
Undocumented in source.
getColorRamp
GodotMethod!(Gradient) getColorRamp;
Undocumented in source.
getDrawOrder
GodotMethod!(CPUParticles2D.DrawOrder) getDrawOrder;
Undocumented in source.
getEmissionColors
GodotMethod!(PoolColorArray) getEmissionColors;
Undocumented in source.
getEmissionNormals
GodotMethod!(PoolVector2Array) getEmissionNormals;
Undocumented in source.
getEmissionPoints
GodotMethod!(PoolVector2Array) getEmissionPoints;
Undocumented in source.
getEmissionRectExtents
GodotMethod!(Vector2) getEmissionRectExtents;
Undocumented in source.
getEmissionShape
GodotMethod!(CPUParticles2D.EmissionShape) getEmissionShape;
Undocumented in source.
getEmissionSphereRadius
GodotMethod!(double) getEmissionSphereRadius;
Undocumented in source.
getExplosivenessRatio
GodotMethod!(double) getExplosivenessRatio;
Undocumented in source.
getFixedFps
GodotMethod!(long) getFixedFps;
Undocumented in source.
getFlatness
GodotMethod!(double) getFlatness;
Undocumented in source.
getFractionalDelta
GodotMethod!(bool) getFractionalDelta;
Undocumented in source.
getGravity
GodotMethod!(Vector2) getGravity;
Undocumented in source.
getLifetime
GodotMethod!(double) getLifetime;
Undocumented in source.
getNormalmap
GodotMethod!(Texture) getNormalmap;
Undocumented in source.
getOneShot
GodotMethod!(bool) getOneShot;
Undocumented in source.
getParam
GodotMethod!(double, long) getParam;
Undocumented in source.
getParamCurve
GodotMethod!(Curve, long) getParamCurve;
Undocumented in source.
getParamRandomness
GodotMethod!(double, long) getParamRandomness;
Undocumented in source.
getParticleFlag
GodotMethod!(bool, long) getParticleFlag;
Undocumented in source.
getPreProcessTime
GodotMethod!(double) getPreProcessTime;
Undocumented in source.
getRandomnessRatio
GodotMethod!(double) getRandomnessRatio;
Undocumented in source.
getSpeedScale
GodotMethod!(double) getSpeedScale;
Undocumented in source.
getSpread
GodotMethod!(double) getSpread;
Undocumented in source.
getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
getUseLocalCoordinates
GodotMethod!(bool) getUseLocalCoordinates;
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.
setColor
GodotMethod!(void, Color) setColor;
Undocumented in source.
setColorRamp
GodotMethod!(void, Gradient) setColorRamp;
Undocumented in source.
setDrawOrder
GodotMethod!(void, long) setDrawOrder;
Undocumented in source.
setEmissionColors
GodotMethod!(void, PoolColorArray) setEmissionColors;
Undocumented in source.
setEmissionNormals
GodotMethod!(void, PoolVector2Array) setEmissionNormals;
Undocumented in source.
setEmissionPoints
GodotMethod!(void, PoolVector2Array) setEmissionPoints;
Undocumented in source.
setEmissionRectExtents
GodotMethod!(void, Vector2) setEmissionRectExtents;
Undocumented in source.
setEmissionShape
GodotMethod!(void, long) setEmissionShape;
Undocumented in source.
setEmissionSphereRadius
GodotMethod!(void, double) setEmissionSphereRadius;
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.
setFlatness
GodotMethod!(void, double) setFlatness;
Undocumented in source.
setFractionalDelta
GodotMethod!(void, bool) setFractionalDelta;
Undocumented in source.
setGravity
GodotMethod!(void, Vector2) setGravity;
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.
setParam
GodotMethod!(void, long, double) setParam;
Undocumented in source.
setParamCurve
GodotMethod!(void, long, Curve) setParamCurve;
Undocumented in source.
setParamRandomness
GodotMethod!(void, long, double) setParamRandomness;
Undocumented in source.
setParticleFlag
GodotMethod!(void, long, bool) setParticleFlag;
Undocumented in source.
setPreProcessTime
GodotMethod!(void, double) setPreProcessTime;
Undocumented in source.
setRandomnessRatio
GodotMethod!(void, double) setRandomnessRatio;
Undocumented in source.
setSpeedScale
GodotMethod!(void, double) setSpeedScale;
Undocumented in source.
setSpread
GodotMethod!(void, double) setSpread;
Undocumented in source.
setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
setUseLocalCoordinates
GodotMethod!(void, bool) setUseLocalCoordinates;
Undocumented in source.

Meta