Click or drag to resize

KinematicJointDispose(Boolean) Method

Releases the unmanaged resources used by the KinematicJoint and optionally releases the managed resources

Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also