Click or drag to resize
SoTexture2StartLoadingDataCallback Delegate

Note: This API is now obsolete.

Use LoadingCallback delegate instead. Start loading delegate. See #SetStartLoadingCB for more details

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 LoadingCallback delegate instead.")]
public delegate void StartLoadingDataCallback(
	SoTexture2 node,
	Object userData
)

Parameters

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