GIProbeData

@GodotBaseClass
struct GIProbeData {}

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

getBias
double getBias()
getBounds
AABB getBounds()
getCellSize
double getCellSize()
getDynamicData
PoolIntArray getDynamicData()
getDynamicRange
long getDynamicRange()
getEnergy
double getEnergy()
getNormalBias
double getNormalBias()
getPropagation
double getPropagation()
getToCellXform
Transform getToCellXform()
isCompressed
bool isCompressed()
isInterior
bool isInterior()
opAssign
GIProbeData opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(GIProbeData other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
setBias
void setBias(double bias)
setBounds
void setBounds(AABB bounds)
setCellSize
void setCellSize(double cell_size)
setCompress
void setCompress(bool compress)
setDynamicData
void setDynamicData(PoolIntArray dynamic_data)
setDynamicRange
void setDynamicRange(long dynamic_range)
setEnergy
void setEnergy(double energy)
setInterior
void setInterior(bool interior)
setNormalBias
void setNormalBias(double bias)
setPropagation
void setPropagation(double propagation)
setToCellXform
void setToCellXform(Transform to_cell_xform)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

bias
double bias [@property getter]
double bias [@property setter]
bounds
AABB bounds [@property getter]
AABB bounds [@property setter]
cellSize
double cellSize [@property getter]
double cellSize [@property setter]
compress
bool compress [@property getter]
bool compress [@property setter]
dynamicData
PoolIntArray dynamicData [@property getter]
PoolIntArray dynamicData [@property setter]
dynamicRange
long dynamicRange [@property getter]
long dynamicRange [@property setter]
energy
double energy [@property getter]
double energy [@property setter]
interior
bool interior [@property getter]
bool interior [@property setter]
normalBias
double normalBias [@property getter]
double normalBias [@property setter]
propagation
double propagation [@property getter]
double propagation [@property setter]
toCellXform
Transform toCellXform [@property getter]
Transform toCellXform [@property setter]

Static functions

_new
GIProbeData _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta