SoTexture2StartLoadingDataCallback Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.Nodes
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Use LoadingCallback delegate instead.")] public delegate void StartLoadingDataCallback( SoTexture2 node, Object userData )
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Use LoadingCallback delegate instead.")> Public Delegate Sub StartLoadingDataCallback ( node As SoTexture2, userData As Object )
[EditorBrowsableAttribute(EditorBrowsableState::Never)] [ObsoleteAttribute(L"Use LoadingCallback delegate instead.")] public delegate void StartLoadingDataCallback( SoTexture2^ node, Object^ userData )
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] [<ObsoleteAttribute("Use LoadingCallback delegate instead.")>] type StartLoadingDataCallback = delegate of node : SoTexture2 * userData : Object -> unit