GeometryInstance._classBinding

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

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.
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.
setExtraCullMargin
GodotMethod!(void, double) setExtraCullMargin;
Undocumented in source.
setFlag
GodotMethod!(void, long, bool) setFlag;
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