MCPcopy 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
47public:
48 FORCE_INLINE ShaderGraphBox* FirstConnection() const
49 {
50 return (ShaderGraphBox*)Connections[0];
51 }
52};
53
54template<class BoxType = ShaderGraphBox>

Callers 15

GetValueMethod · 0.45
TryGetValueMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
GetValueMethod · 0.45
ProcessGroupTexturesMethod · 0.45
ProcessGroupToolsMethod · 0.45
ProcessGroupFunctionMethod · 0.45
ProcessGroupFlowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected