GIProbeData._classBinding

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

Members

Static variables

getBias
GodotMethod!(double) getBias;
Undocumented in source.
getBounds
GodotMethod!(AABB) getBounds;
Undocumented in source.
getCellSize
GodotMethod!(double) getCellSize;
Undocumented in source.
getDynamicData
GodotMethod!(PoolIntArray) getDynamicData;
Undocumented in source.
getDynamicRange
GodotMethod!(long) getDynamicRange;
Undocumented in source.
getEnergy
GodotMethod!(double) getEnergy;
Undocumented in source.
getNormalBias
GodotMethod!(double) getNormalBias;
Undocumented in source.
getPropagation
GodotMethod!(double) getPropagation;
Undocumented in source.
getToCellXform
GodotMethod!(Transform) getToCellXform;
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.
setBounds
GodotMethod!(void, AABB) setBounds;
Undocumented in source.
setCellSize
GodotMethod!(void, double) setCellSize;
Undocumented in source.
setCompress
GodotMethod!(void, bool) setCompress;
Undocumented in source.
setDynamicData
GodotMethod!(void, PoolIntArray) setDynamicData;
Undocumented in source.
setDynamicRange
GodotMethod!(void, long) setDynamicRange;
Undocumented in source.
setEnergy
GodotMethod!(void, double) setEnergy;
Undocumented in source.
setInterior
GodotMethod!(void, bool) setInterior;
Undocumented in source.
setNormalBias
GodotMethod!(void, double) setNormalBias;
Undocumented in source.
setPropagation
GodotMethod!(void, double) setPropagation;
Undocumented in source.
setToCellXform
GodotMethod!(void, Transform) setToCellXform;
Undocumented in source.

Meta