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