Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FirstConnection
Method
FirstConnection
Source/Engine/Visject/ShaderGraph.h:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
public:
48
FORCE_INLINE ShaderGraphBox* FirstConnection() const
49
{
50
return (ShaderGraphBox*)Connections[0];
51
}
52
};
53
54
template<class BoxType = ShaderGraphBox>
Callers
15
GetValue
Method · 0.45
TryGetValue
Method · 0.45
ProcessGroupParticles
Method · 0.45
ProcessGroupFunction
Method · 0.45
ProcessGroupParticles
Method · 0.45
ProcessGroupFunction
Method · 0.45
GetValue
Method · 0.45
ProcessGroupTextures
Method · 0.45
ProcessGroupParameters
Method · 0.45
ProcessGroupTools
Method · 0.45
ProcessGroupFunction
Method · 0.45
ProcessGroupFlow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected