Click or drag to resize
SoExtTexture2LoadCallback Delegate

Note: This API is now obsolete.

LoadCallback delegate. See #AddOnLoadStartCB, #AddOnLoadFinishCB, #AddOnUnloadCB for more details

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void LoadCallback(
	SoExtTexture2 node
)

Parameters

node
Type: OIV.Inventor.NodesSoExtTexture2
See Also