SoWWWAnchorURLCallback Delegate |
This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).
Namespace: OIV.Inventor.Nodes
public delegate void URLCallback( string url, SoWWWAnchor node )
Public Delegate Sub URLCallback ( url As String, node As SoWWWAnchor )
public delegate void URLCallback( String^ url, SoWWWAnchor^ node )
type URLCallback = delegate of url : string * node : SoWWWAnchor -> unit
The URL for the anchor is passed, with additional information as described by the map field tagged onto the URL.