SpatialMaterial.GDNativeClassBinding

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

Members

Static variables

getAlbedo
GodotMethod!(Color) getAlbedo;
Undocumented in source.
getAlphaScissorThreshold
GodotMethod!(double) getAlphaScissorThreshold;
Undocumented in source.
getAnisotropy
GodotMethod!(double) getAnisotropy;
Undocumented in source.
getAoLightAffect
GodotMethod!(double) getAoLightAffect;
Undocumented in source.
getAoTextureChannel
GodotMethod!(SpatialMaterial.TextureChannel) getAoTextureChannel;
Undocumented in source.
getBillboardMode
GodotMethod!(SpatialMaterial.BillboardMode) getBillboardMode;
Undocumented in source.
getBlendMode
GodotMethod!(SpatialMaterial.BlendMode) getBlendMode;
Undocumented in source.
getClearcoat
GodotMethod!(double) getClearcoat;
Undocumented in source.
getClearcoatGloss
GodotMethod!(double) getClearcoatGloss;
Undocumented in source.
getCullMode
GodotMethod!(SpatialMaterial.CullMode) getCullMode;
Undocumented in source.
getDepthDeepParallaxFlipBinormal
GodotMethod!(bool) getDepthDeepParallaxFlipBinormal;
Undocumented in source.
getDepthDeepParallaxFlipTangent
GodotMethod!(bool) getDepthDeepParallaxFlipTangent;
Undocumented in source.
getDepthDeepParallaxMaxLayers
GodotMethod!(long) getDepthDeepParallaxMaxLayers;
Undocumented in source.
getDepthDeepParallaxMinLayers
GodotMethod!(long) getDepthDeepParallaxMinLayers;
Undocumented in source.
getDepthDrawMode
GodotMethod!(SpatialMaterial.DepthDrawMode) getDepthDrawMode;
Undocumented in source.
getDepthScale
GodotMethod!(double) getDepthScale;
Undocumented in source.
getDetailBlendMode
GodotMethod!(SpatialMaterial.BlendMode) getDetailBlendMode;
Undocumented in source.
getDetailUv
GodotMethod!(SpatialMaterial.DetailUV) getDetailUv;
Undocumented in source.
getDiffuseMode
GodotMethod!(SpatialMaterial.DiffuseMode) getDiffuseMode;
Undocumented in source.
getDistanceFade
GodotMethod!(SpatialMaterial.DistanceFadeMode) getDistanceFade;
Undocumented in source.
getDistanceFadeMaxDistance
GodotMethod!(double) getDistanceFadeMaxDistance;
Undocumented in source.
getDistanceFadeMinDistance
GodotMethod!(double) getDistanceFadeMinDistance;
Undocumented in source.
getEmission
GodotMethod!(Color) getEmission;
Undocumented in source.
getEmissionEnergy
GodotMethod!(double) getEmissionEnergy;
Undocumented in source.
getEmissionOperator
GodotMethod!(SpatialMaterial.EmissionOperator) getEmissionOperator;
Undocumented in source.
getFeature
GodotMethod!(bool, long) getFeature;
Undocumented in source.
getFlag
GodotMethod!(bool, long) getFlag;
Undocumented in source.
getGrow
GodotMethod!(double) getGrow;
Undocumented in source.
getLineWidth
GodotMethod!(double) getLineWidth;
Undocumented in source.
getMetallic
GodotMethod!(double) getMetallic;
Undocumented in source.
getMetallicTextureChannel
GodotMethod!(SpatialMaterial.TextureChannel) getMetallicTextureChannel;
Undocumented in source.
getNormalScale
GodotMethod!(double) getNormalScale;
Undocumented in source.
getParticlesAnimHFrames
GodotMethod!(long) getParticlesAnimHFrames;
Undocumented in source.
getParticlesAnimLoop
GodotMethod!(bool) getParticlesAnimLoop;
Undocumented in source.
getParticlesAnimVFrames
GodotMethod!(long) getParticlesAnimVFrames;
Undocumented in source.
getPointSize
GodotMethod!(double) getPointSize;
Undocumented in source.
getProximityFadeDistance
GodotMethod!(double) getProximityFadeDistance;
Undocumented in source.
getRefraction
GodotMethod!(double) getRefraction;
Undocumented in source.
getRefractionTextureChannel
GodotMethod!(SpatialMaterial.TextureChannel) getRefractionTextureChannel;
Undocumented in source.
getRim
GodotMethod!(double) getRim;
Undocumented in source.
getRimTint
GodotMethod!(double) getRimTint;
Undocumented in source.
getRoughness
GodotMethod!(double) getRoughness;
Undocumented in source.
getRoughnessTextureChannel
GodotMethod!(SpatialMaterial.TextureChannel) getRoughnessTextureChannel;
Undocumented in source.
getSpecular
GodotMethod!(double) getSpecular;
Undocumented in source.
getSpecularMode
GodotMethod!(SpatialMaterial.SpecularMode) getSpecularMode;
Undocumented in source.
getSubsurfaceScatteringStrength
GodotMethod!(double) getSubsurfaceScatteringStrength;
Undocumented in source.
getTexture
GodotMethod!(Texture, long) getTexture;
Undocumented in source.
getTransmission
GodotMethod!(Color) getTransmission;
Undocumented in source.
getUv1Offset
GodotMethod!(Vector3) getUv1Offset;
Undocumented in source.
getUv1Scale
GodotMethod!(Vector3) getUv1Scale;
Undocumented in source.
getUv1TriplanarBlendSharpness
GodotMethod!(double) getUv1TriplanarBlendSharpness;
Undocumented in source.
getUv2Offset
GodotMethod!(Vector3) getUv2Offset;
Undocumented in source.
getUv2Scale
GodotMethod!(Vector3) getUv2Scale;
Undocumented in source.
getUv2TriplanarBlendSharpness
GodotMethod!(double) getUv2TriplanarBlendSharpness;
Undocumented in source.
isDepthDeepParallaxEnabled
GodotMethod!(bool) isDepthDeepParallaxEnabled;
Undocumented in source.
isGrowEnabled
GodotMethod!(bool) isGrowEnabled;
Undocumented in source.
isProximityFadeEnabled
GodotMethod!(bool) isProximityFadeEnabled;
Undocumented in source.
setAlbedo
GodotMethod!(void, Color) setAlbedo;
Undocumented in source.
setAlphaScissorThreshold
GodotMethod!(void, double) setAlphaScissorThreshold;
Undocumented in source.
setAnisotropy
GodotMethod!(void, double) setAnisotropy;
Undocumented in source.
setAoLightAffect
GodotMethod!(void, double) setAoLightAffect;
Undocumented in source.
setAoTextureChannel
GodotMethod!(void, long) setAoTextureChannel;
Undocumented in source.
setBillboardMode
GodotMethod!(void, long) setBillboardMode;
Undocumented in source.
setBlendMode
GodotMethod!(void, long) setBlendMode;
Undocumented in source.
setClearcoat
GodotMethod!(void, double) setClearcoat;
Undocumented in source.
setClearcoatGloss
GodotMethod!(void, double) setClearcoatGloss;
Undocumented in source.
setCullMode
GodotMethod!(void, long) setCullMode;
Undocumented in source.
setDepthDeepParallax
GodotMethod!(void, bool) setDepthDeepParallax;
Undocumented in source.
setDepthDeepParallaxFlipBinormal
GodotMethod!(void, bool) setDepthDeepParallaxFlipBinormal;
Undocumented in source.
setDepthDeepParallaxFlipTangent
GodotMethod!(void, bool) setDepthDeepParallaxFlipTangent;
Undocumented in source.
setDepthDeepParallaxMaxLayers
GodotMethod!(void, long) setDepthDeepParallaxMaxLayers;
Undocumented in source.
setDepthDeepParallaxMinLayers
GodotMethod!(void, long) setDepthDeepParallaxMinLayers;
Undocumented in source.
setDepthDrawMode
GodotMethod!(void, long) setDepthDrawMode;
Undocumented in source.
setDepthScale
GodotMethod!(void, double) setDepthScale;
Undocumented in source.
setDetailBlendMode
GodotMethod!(void, long) setDetailBlendMode;
Undocumented in source.
setDetailUv
GodotMethod!(void, long) setDetailUv;
Undocumented in source.
setDiffuseMode
GodotMethod!(void, long) setDiffuseMode;
Undocumented in source.
setDistanceFade
GodotMethod!(void, long) setDistanceFade;
Undocumented in source.
setDistanceFadeMaxDistance
GodotMethod!(void, double) setDistanceFadeMaxDistance;
Undocumented in source.
setDistanceFadeMinDistance
GodotMethod!(void, double) setDistanceFadeMinDistance;
Undocumented in source.
setEmission
GodotMethod!(void, Color) setEmission;
Undocumented in source.
setEmissionEnergy
GodotMethod!(void, double) setEmissionEnergy;
Undocumented in source.
setEmissionOperator
GodotMethod!(void, long) setEmissionOperator;
Undocumented in source.
setFeature
GodotMethod!(void, long, bool) setFeature;
Undocumented in source.
setFlag
GodotMethod!(void, long, bool) setFlag;
Undocumented in source.
setGrow
GodotMethod!(void, double) setGrow;
Undocumented in source.
setGrowEnabled
GodotMethod!(void, bool) setGrowEnabled;
Undocumented in source.
setLineWidth
GodotMethod!(void, double) setLineWidth;
Undocumented in source.
setMetallic
GodotMethod!(void, double) setMetallic;
Undocumented in source.
setMetallicTextureChannel
GodotMethod!(void, long) setMetallicTextureChannel;
Undocumented in source.
setNormalScale
GodotMethod!(void, double) setNormalScale;
Undocumented in source.
setParticlesAnimHFrames
GodotMethod!(void, long) setParticlesAnimHFrames;
Undocumented in source.
setParticlesAnimLoop
GodotMethod!(void, bool) setParticlesAnimLoop;
Undocumented in source.
setParticlesAnimVFrames
GodotMethod!(void, long) setParticlesAnimVFrames;
Undocumented in source.
setPointSize
GodotMethod!(void, double) setPointSize;
Undocumented in source.
setProximityFade
GodotMethod!(void, bool) setProximityFade;
Undocumented in source.
setProximityFadeDistance
GodotMethod!(void, double) setProximityFadeDistance;
Undocumented in source.
setRefraction
GodotMethod!(void, double) setRefraction;
Undocumented in source.
setRefractionTextureChannel
GodotMethod!(void, long) setRefractionTextureChannel;
Undocumented in source.
setRim
GodotMethod!(void, double) setRim;
Undocumented in source.
setRimTint
GodotMethod!(void, double) setRimTint;
Undocumented in source.
setRoughness
GodotMethod!(void, double) setRoughness;
Undocumented in source.
setRoughnessTextureChannel
GodotMethod!(void, long) setRoughnessTextureChannel;
Undocumented in source.
setSpecular
GodotMethod!(void, double) setSpecular;
Undocumented in source.
setSpecularMode
GodotMethod!(void, long) setSpecularMode;
Undocumented in source.
setSubsurfaceScatteringStrength
GodotMethod!(void, double) setSubsurfaceScatteringStrength;
Undocumented in source.
setTexture
GodotMethod!(void, long, Texture) setTexture;
Undocumented in source.
setTransmission
GodotMethod!(void, Color) setTransmission;
Undocumented in source.
setUv1Offset
GodotMethod!(void, Vector3) setUv1Offset;
Undocumented in source.
setUv1Scale
GodotMethod!(void, Vector3) setUv1Scale;
Undocumented in source.
setUv1TriplanarBlendSharpness
GodotMethod!(void, double) setUv1TriplanarBlendSharpness;
Undocumented in source.
setUv2Offset
GodotMethod!(void, Vector3) setUv2Offset;
Undocumented in source.
setUv2Scale
GodotMethod!(void, Vector3) setUv2Scale;
Undocumented in source.
setUv2TriplanarBlendSharpness
GodotMethod!(void, double) setUv2TriplanarBlendSharpness;
Undocumented in source.

Meta