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