SoWinDirectionalLightEditor.AddLightChangedCallback Method (SoWinDirectionalLightEditor.EditorCB) |
Note: This API is now obsolete.
Use LightChanged event instead.
Register a delegate to catch changes on light edited
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LightChanged event instead.")]
public void AddLightChangedCallback(
SoWinDirectionalLightEditor. EditorCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use LightChanged event instead.")>
Public Sub AddLightChangedCallback (
cb As SoWinDirectionalLightEditor. EditorCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use LightChanged event instead.")]
void AddLightChangedCallback(
SoWinDirectionalLightEditor. EditorCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use LightChanged event instead.")>]
member AddLightChangedCallback :
cb : SoWinDirectionalLightEditor. EditorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.Win.SoWinDirectionalLightEditor.EditorCB
See Also