VisualShader

Members

Aliases

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

Enums

Constants
enum Constants
Type
enum Type

Functions

_inputTypeChanged
void _inputTypeChanged(long arg0, long arg1)
_queueUpdate
void _queueUpdate()
_updateShader
void _updateShader()
addNode
void addNode(long type, VisualShaderNode node, Vector2 position, long id)
canConnectNodes
bool canConnectNodes(long type, long from_node, long from_port, long to_node, long to_port)
connectNodes
GodotError connectNodes(long type, long from_node, long from_port, long to_node, long to_port)
disconnectNodes
void disconnectNodes(long type, long from_node, long from_port, long to_node, long to_port)
getGraphOffset
Vector2 getGraphOffset()
getNode
Ref!VisualShaderNode getNode(long type, long id)
getNodeConnections
Array getNodeConnections(long type)
getNodeList
PoolIntArray getNodeList(long type)
getNodePosition
Vector2 getNodePosition(long type, long id)
getValidNodeId
long getValidNodeId(long type)
isNodeConnection
bool isNodeConnection(long type, long from_node, long from_port, long to_node, long to_port)
opAssign
VisualShader opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(VisualShader 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.
removeNode
void removeNode(long type, long id)
setGraphOffset
void setGraphOffset(Vector2 offset)
setMode
void setMode(long mode)
setNodePosition
void setNodePosition(long type, long id, Vector2 position)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

graphOffset
Vector2 graphOffset [@property getter]
Vector2 graphOffset [@property setter]

Static functions

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