Click or drag to resize
SoWWWInlineFetchURLCallback Delegate

This is the format for callbacks that will get URL data for us.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public delegate void FetchURLCallback(
	string url,
	SoWWWInline node
)

Parameters

url
Type: SystemString
node
Type: OIV.Inventor.NodesSoWWWInline
Remarks

Once they get the data, they should call the OIV.Inventor.Nodes.SoWWWInline.SetChildData(OIV.Inventor.Nodes.SoNode) method.

See Also