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