Click or drag to resize
SoWWWAnchorURLCallback Delegate

This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).

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

Parameters

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

The URL for the anchor is passed, with additional information as described by the map field tagged onto the URL.

See Also