ParticlesMaterial.GDNativeClassBinding

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

Members

Static variables

getColor
GodotMethod!(Color) getColor;
Undocumented in source.
getColorRamp
GodotMethod!(Texture) getColorRamp;
Undocumented in source.
getDirection
GodotMethod!(Vector3) getDirection;
Undocumented in source.
getEmissionBoxExtents
GodotMethod!(Vector3) getEmissionBoxExtents;
Undocumented in source.
getEmissionColorTexture
GodotMethod!(Texture) getEmissionColorTexture;
Undocumented in source.
getEmissionNormalTexture
GodotMethod!(Texture) getEmissionNormalTexture;
Undocumented in source.
getEmissionPointCount
GodotMethod!(long) getEmissionPointCount;
Undocumented in source.
getEmissionPointTexture
GodotMethod!(Texture) getEmissionPointTexture;
Undocumented in source.
getEmissionShape
GodotMethod!(ParticlesMaterial.EmissionShape) getEmissionShape;
Undocumented in source.
getEmissionSphereRadius
GodotMethod!(double) getEmissionSphereRadius;
Undocumented in source.
getFlag
GodotMethod!(bool, long) getFlag;
Undocumented in source.
getFlatness
GodotMethod!(double) getFlatness;
Undocumented in source.
getGravity
GodotMethod!(Vector3) getGravity;
Undocumented in source.
getLifetimeRandomness
GodotMethod!(double) getLifetimeRandomness;
Undocumented in source.
getParam
GodotMethod!(double, long) getParam;
Undocumented in source.
getParamRandomness
GodotMethod!(double, long) getParamRandomness;
Undocumented in source.
getParamTexture
GodotMethod!(Texture, long) getParamTexture;
Undocumented in source.
getSpread
GodotMethod!(double) getSpread;
Undocumented in source.
getTrailColorModifier
GodotMethod!(GradientTexture) getTrailColorModifier;
Undocumented in source.
getTrailDivisor
GodotMethod!(long) getTrailDivisor;
Undocumented in source.
getTrailSizeModifier
GodotMethod!(CurveTexture) getTrailSizeModifier;
Undocumented in source.
setColor
GodotMethod!(void, Color) setColor;
Undocumented in source.
setColorRamp
GodotMethod!(void, Texture) setColorRamp;
Undocumented in source.
setDirection
GodotMethod!(void, Vector3) setDirection;
Undocumented in source.
setEmissionBoxExtents
GodotMethod!(void, Vector3) setEmissionBoxExtents;
Undocumented in source.
setEmissionColorTexture
GodotMethod!(void, Texture) setEmissionColorTexture;
Undocumented in source.
setEmissionNormalTexture
GodotMethod!(void, Texture) setEmissionNormalTexture;
Undocumented in source.
setEmissionPointCount
GodotMethod!(void, long) setEmissionPointCount;
Undocumented in source.
setEmissionPointTexture
GodotMethod!(void, Texture) setEmissionPointTexture;
Undocumented in source.
setEmissionShape
GodotMethod!(void, long) setEmissionShape;
Undocumented in source.
setEmissionSphereRadius
GodotMethod!(void, double) setEmissionSphereRadius;
Undocumented in source.
setFlag
GodotMethod!(void, long, bool) setFlag;
Undocumented in source.
setFlatness
GodotMethod!(void, double) setFlatness;
Undocumented in source.
setGravity
GodotMethod!(void, Vector3) setGravity;
Undocumented in source.
setLifetimeRandomness
GodotMethod!(void, double) setLifetimeRandomness;
Undocumented in source.
setParam
GodotMethod!(void, long, double) setParam;
Undocumented in source.
setParamRandomness
GodotMethod!(void, long, double) setParamRandomness;
Undocumented in source.
setParamTexture
GodotMethod!(void, long, Texture) setParamTexture;
Undocumented in source.
setSpread
GodotMethod!(void, double) setSpread;
Undocumented in source.
setTrailColorModifier
GodotMethod!(void, GradientTexture) setTrailColorModifier;
Undocumented in source.
setTrailDivisor
GodotMethod!(void, long) setTrailDivisor;
Undocumented in source.
setTrailSizeModifier
GodotMethod!(void, CurveTexture) setTrailSizeModifier;
Undocumented in source.

Meta