CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MaterialGraphSocket Member List

This is the complete list of members for CeresEngine::MaterialGraphSocket, including all inherited members.

connectWith(GraphSocket &targetSocket)CeresEngine::GraphSocket
connectWith(GraphNode &targetNode, StringView targetSocketName)CeresEngine::GraphSocket
disconnectWith(GraphSocket &targetSocket)CeresEngine::GraphSocket
disconnectWith(GraphNode &targetNode, StringView targetSocketName)CeresEngine::GraphSocket
getConnections() const noexceptCeresEngine::GraphSocketinline
getConnectionTo(GraphSocket &targetSocket) constCeresEngine::GraphSocket
getDirection() const noexceptCeresEngine::GraphSocketinline
getFlags() const noexceptCeresEngine::GraphSocketinline
getNode() const noexceptCeresEngine::GraphSocketinline
getType() const noexceptCeresEngine::GraphSocketinline
GraphSocket(GraphNode &node, const GraphSocketDirection direction, const GraphValueType type)CeresEngine::GraphSocketinlineexplicit
isCompatibleWith(const MaterialGraphSocket &other)CeresEngine::MaterialGraphSocketvirtual
MaterialGraphSocket(MaterialGraphNode &node, GraphSocketDirection direction, MaterialGraphSocketType type)CeresEngine::MaterialGraphSocket
mConnectionsCeresEngine::GraphSocketprivate
mDeleterCeresEngine::RefCounted< GraphSocket >private
mDirectionCeresEngine::GraphSocketprivate
mFlagsCeresEngine::GraphSocketprivate
mNodeCeresEngine::GraphSocketprivate
mRefCounterCeresEngine::RefCounted< GraphSocket >private
mTypeCeresEngine::MaterialGraphSocketprivate
onChangeCeresEngine::GraphSocket
onConnectCeresEngine::GraphSocket
onDisconnectCeresEngine::GraphSocket
RefCounted(Args &&... args)CeresEngine::RefCounted< GraphSocket >inlineexplicit
release() noexceptCeresEngine::RefCounted< GraphSocket >inline
retain() noexceptCeresEngine::RefCounted< GraphSocket >inline
setFlags(const GraphSocketFlags &flags)CeresEngine::GraphSocket
super typedefCeresEngine::MaterialGraphSocketprivate