SoTouchManager Constructor (SoSceneManager) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9500
Scene manager argument is useless.
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoTouchManager(
SoSceneManager sM
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
sM As SoSceneManager
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoTouchManager(
SoSceneManager^ sM
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
sM : SoSceneManager -> SoTouchManager
Parameters
- sM
- Type: OIV.InventorSoSceneManager
Remarks
See Also