Click or drag to resize
SoTexture2FinishLoadingDataCallback Delegate

Note: This API is now obsolete.

Use LoadingCallback delegate instead. Finish loading delegate. See #SetFinishLoadingCB 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("Use LoadingCallback delegate instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void FinishLoadingDataCallback(
	SoTexture2 node,
	Object userData
)

Parameters

node
Type: OIV.Inventor.NodesSoTexture2
userData
Type: SystemObject
See Also