GIProbe._classBinding

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

Members

Static variables

bake
GodotMethod!(void, GodotObject, bool) bake;
Undocumented in source.
debugBake
GodotMethod!(void) debugBake;
Undocumented in source.
getBias
GodotMethod!(double) getBias;
Undocumented in source.
getDynamicRange
GodotMethod!(long) getDynamicRange;
Undocumented in source.
getEnergy
GodotMethod!(double) getEnergy;
Undocumented in source.
getExtents
GodotMethod!(Vector3) getExtents;
Undocumented in source.
getNormalBias
GodotMethod!(double) getNormalBias;
Undocumented in source.
getProbeData
GodotMethod!(GIProbeData) getProbeData;
Undocumented in source.
getPropagation
GodotMethod!(double) getPropagation;
Undocumented in source.
getSubdiv
GodotMethod!(GIProbe.Subdiv) getSubdiv;
Undocumented in source.
isCompressed
GodotMethod!(bool) isCompressed;
Undocumented in source.
isInterior
GodotMethod!(bool) isInterior;
Undocumented in source.
setBias
GodotMethod!(void, double) setBias;
Undocumented in source.
setCompress
GodotMethod!(void, bool) setCompress;
Undocumented in source.
setDynamicRange
GodotMethod!(void, long) setDynamicRange;
Undocumented in source.
setEnergy
GodotMethod!(void, double) setEnergy;
Undocumented in source.
setExtents
GodotMethod!(void, Vector3) setExtents;
Undocumented in source.
setInterior
GodotMethod!(void, bool) setInterior;
Undocumented in source.
setNormalBias
GodotMethod!(void, double) setNormalBias;
Undocumented in source.
setProbeData
GodotMethod!(void, GIProbeData) setProbeData;
Undocumented in source.
setPropagation
GodotMethod!(void, double) setPropagation;
Undocumented in source.
setSubdiv
GodotMethod!(void, long) setSubdiv;
Undocumented in source.

Meta