SoWWWAnchorURLUserDataCallback Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.Nodes
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public delegate bool URLUserDataCallback( string url, SoWWWAnchor node, Object userData )
<ObsoleteAttribute> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Delegate Function URLUserDataCallback ( url As String, node As SoWWWAnchor, userData As Object ) As Boolean
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState::Never)] public delegate bool URLUserDataCallback( String^ url, SoWWWAnchor^ node, Object^ userData )
[<ObsoleteAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type URLUserDataCallback = delegate of url : string * node : SoWWWAnchor * userData : Object -> bool