SoWWWInlineFetchURLCallback Delegate |
This is the format for callbacks that will get URL data for us.
Namespace: OIV.Inventor.Nodes
public delegate void FetchURLCallback( string url, SoWWWInline node )
Public Delegate Sub FetchURLCallback ( url As String, node As SoWWWInline )
public delegate void FetchURLCallback( String^ url, SoWWWInline^ node )
type FetchURLCallback = delegate of url : string * node : SoWWWInline -> unit
Once they get the data, they should call the setChildData() method.