SoExtTexture2onUnloadCB Field |
Note: This API is now obsolete.
Use Unload event instead.
Unloading texture delegate invocation list.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use Unload event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoExtTexture2LoadCallback onUnloadCB
<ObsoleteAttribute("Use Unload event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public onUnloadCB As SoExtTexture2LoadCallback
public:
[ObsoleteAttribute(L"Use Unload event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoExtTexture2LoadCallback^ onUnloadCB
[<ObsoleteAttribute("Use Unload event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
val mutable onUnloadCB: SoExtTexture2LoadCallback
Field Value
Type:
SoExtTexture2LoadCallback
See Also