Click or drag to resize
SoExtTexture2AddOnLoadFinishCB Method (SoExtTexture2LoadCallback)

Note: This API is now obsolete.

Use LoadFinish event instead. Delegate invoked when the texture is loaded and ready to use.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LoadFinish event instead.")]
public void AddOnLoadFinishCB(
	SoExtTexture2LoadCallback cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoExtTexture2LoadCallback
See Also