GIProbe

@GodotBaseClass
struct GIProbe {}

Members

Aliases

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

Enums

Constants
enum Constants
Subdiv
enum Subdiv

Functions

bake
void bake(GodotObject from_node, bool create_visual_debug)
debugBake
void debugBake()
getBias
double getBias()
getDynamicRange
long getDynamicRange()
getEnergy
double getEnergy()
getExtents
Vector3 getExtents()
getNormalBias
double getNormalBias()
getProbeData
Ref!GIProbeData getProbeData()
getPropagation
double getPropagation()
getSubdiv
GIProbe.Subdiv getSubdiv()
isCompressed
bool isCompressed()
isInterior
bool isInterior()
opAssign
GIProbe opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(GIProbe 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 max)
setCompress
void setCompress(bool enable)
setDynamicRange
void setDynamicRange(long max)
setEnergy
void setEnergy(double max)
setExtents
void setExtents(Vector3 extents)
setInterior
void setInterior(bool enable)
setNormalBias
void setNormalBias(double max)
setProbeData
void setProbeData(GIProbeData data)
setPropagation
void setPropagation(double max)
setSubdiv
void setSubdiv(long subdiv)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

bias
double bias [@property getter]
double bias [@property setter]
compress
bool compress [@property setter]
compress
bool compress [@property getter]
data
GIProbeData data [@property getter]
GIProbeData data [@property setter]
dynamicRange
long dynamicRange [@property getter]
long dynamicRange [@property setter]
energy
double energy [@property getter]
double energy [@property setter]
extents
Vector3 extents [@property getter]
Vector3 extents [@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]
subdiv
GIProbe.Subdiv subdiv [@property getter]
long subdiv [@property setter]

Static functions

_new
GIProbe _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