Method AddExternalTexture
AddExternalTexture(string, RenderTexture)
Registers an external texture input that can be resolved by name during execution.
public void AddExternalTexture(string name, RenderTexture texture)
Parameters
namestringThe binding name used by input nodes or external slot bindings.
textureRenderTextureThe texture to expose to the graph.