VisualShaderNodeCubeMap

A CubeMap sampling node to be used within the visual shader graph.

Translated to texture(cubemap, vec3) in the shader language. Returns a color vector and alpha channel as scalar.

Members

Aliases

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

Enums

Constants
enum Constants
Source
enum Source
TextureType
enum TextureType

Functions

getCubeMap
Ref!CubeMap getCubeMap()
getSource
VisualShaderNodeCubeMap.Source getSource()
getTextureType
VisualShaderNodeCubeMap.TextureType getTextureType()
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(VisualShaderNodeCubeMap other)
opEquals
bool opEquals(typeof(null) n)
setCubeMap
void setCubeMap(CubeMap value)
setSource
void setSource(long value)
setTextureType
void setTextureType(long value)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

cubeMap
CubeMap cubeMap [@property getter]
CubeMap cubeMap [@property setter]

The CubeMap texture to sample when using constant SOURCE_TEXTURE as source.

source
VisualShaderNodeCubeMap.Source source [@property getter]
long source [@property setter]

Defines which source should be used for the sampling. See source for options.

textureType
VisualShaderNodeCubeMap.TextureType textureType [@property getter]
long textureType [@property setter]

Defines the type of data provided by the source texture. See texturetype for options.

Static functions

_new
VisualShaderNodeCubeMap _new()

Construct a new instance of VisualShaderNodeCubeMap. Note: use memnew!VisualShaderNodeCubeMap instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
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
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(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