GeometryInstance.GDNativeClassBinding

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

Members

Static variables

getCastShadowsSetting
GodotMethod!(GeometryInstance.ShadowCastingSetting) getCastShadowsSetting;
Undocumented in source.
getExtraCullMargin
GodotMethod!(double) getExtraCullMargin;
Undocumented in source.
getFlag
GodotMethod!(bool, long) getFlag;
Undocumented in source.
getGenerateLightmap
GodotMethod!(bool) getGenerateLightmap;
Undocumented in source.
getLightmapScale
GodotMethod!(GeometryInstance.LightmapScale) getLightmapScale;
Undocumented in source.
getLodMaxDistance
GodotMethod!(double) getLodMaxDistance;
Undocumented in source.
getLodMaxHysteresis
GodotMethod!(double) getLodMaxHysteresis;
Undocumented in source.
getLodMinDistance
GodotMethod!(double) getLodMinDistance;
Undocumented in source.
getLodMinHysteresis
GodotMethod!(double) getLodMinHysteresis;
Undocumented in source.
getMaterialOverride
GodotMethod!(Material) getMaterialOverride;
Undocumented in source.
setCastShadowsSetting
GodotMethod!(void, long) setCastShadowsSetting;
Undocumented in source.
setCustomAabb
GodotMethod!(void, AABB) setCustomAabb;
Undocumented in source.
setExtraCullMargin
GodotMethod!(void, double) setExtraCullMargin;
Undocumented in source.
setFlag
GodotMethod!(void, long, bool) setFlag;
Undocumented in source.
setGenerateLightmap
GodotMethod!(void, bool) setGenerateLightmap;
Undocumented in source.
setLightmapScale
GodotMethod!(void, long) setLightmapScale;
Undocumented in source.
setLodMaxDistance
GodotMethod!(void, double) setLodMaxDistance;
Undocumented in source.
setLodMaxHysteresis
GodotMethod!(void, double) setLodMaxHysteresis;
Undocumented in source.
setLodMinDistance
GodotMethod!(void, double) setLodMinDistance;
Undocumented in source.
setLodMinHysteresis
GodotMethod!(void, double) setLodMinHysteresis;
Undocumented in source.
setMaterialOverride
GodotMethod!(void, Material) setMaterialOverride;
Undocumented in source.

Meta