ReflectionProbe

@GodotBaseClass
struct ReflectionProbe {}

Members

Aliases

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

Enums

Constants
enum Constants
UpdateMode
enum UpdateMode

Functions

areShadowsEnabled
bool areShadowsEnabled()
getCullMask
long getCullMask()
getExtents
Vector3 getExtents()
getIntensity
double getIntensity()
getInteriorAmbient
Color getInteriorAmbient()
getInteriorAmbientEnergy
double getInteriorAmbientEnergy()
getInteriorAmbientProbeContribution
double getInteriorAmbientProbeContribution()
getMaxDistance
double getMaxDistance()
getOriginOffset
Vector3 getOriginOffset()
getUpdateMode
ReflectionProbe.UpdateMode getUpdateMode()
isBoxProjectionEnabled
bool isBoxProjectionEnabled()
isSetAsInterior
bool isSetAsInterior()
opAssign
ReflectionProbe opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(ReflectionProbe 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.
setAsInterior
void setAsInterior(bool enable)
setCullMask
void setCullMask(long layers)
setEnableBoxProjection
void setEnableBoxProjection(bool enable)
setEnableShadows
void setEnableShadows(bool enable)
setExtents
void setExtents(Vector3 extents)
setIntensity
void setIntensity(double intensity)
setInteriorAmbient
void setInteriorAmbient(Color ambient)
setInteriorAmbientEnergy
void setInteriorAmbientEnergy(double ambient_energy)
setInteriorAmbientProbeContribution
void setInteriorAmbientProbeContribution(double ambient_probe_contribution)
setMaxDistance
void setMaxDistance(double max_distance)
setOriginOffset
void setOriginOffset(Vector3 origin_offset)
setUpdateMode
void setUpdateMode(long mode)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

boxProjection
bool boxProjection [@property getter]
bool boxProjection [@property setter]
cullMask
long cullMask [@property getter]
long cullMask [@property setter]
enableShadows
bool enableShadows [@property getter]
bool enableShadows [@property setter]
extents
Vector3 extents [@property getter]
Vector3 extents [@property setter]
intensity
double intensity [@property getter]
double intensity [@property setter]
interiorAmbientColor
Color interiorAmbientColor [@property getter]
Color interiorAmbientColor [@property setter]
interiorAmbientContrib
double interiorAmbientContrib [@property setter]
interiorAmbientContrib
double interiorAmbientContrib [@property getter]
interiorAmbientEnergy
double interiorAmbientEnergy [@property getter]
double interiorAmbientEnergy [@property setter]
interiorEnable
bool interiorEnable [@property getter]
bool interiorEnable [@property setter]
maxDistance
double maxDistance [@property getter]
double maxDistance [@property setter]
originOffset
Vector3 originOffset [@property getter]
Vector3 originOffset [@property setter]
updateMode
ReflectionProbe.UpdateMode updateMode [@property getter]
long updateMode [@property setter]

Static functions

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