SoTexture2LoadingCallback Delegate |
Namespace: OIV.Inventor.Nodes
public delegate void LoadingCallback( SoTexture2 tex )
Public Delegate Sub LoadingCallback ( tex As SoTexture2 )
public delegate void LoadingCallback( SoTexture2^ tex )
type LoadingCallback = delegate of tex : SoTexture2 -> unit