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: 2023.1.3.0 (2023.1.3)
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 setChildData() method.

See Also