We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26675d5 commit c9d780bCopy full SHA for c9d780b
Assets/MRTK/SDK/Experimental/Elastic/Scripts/ElasticsManager.cs
@@ -13,7 +13,7 @@ namespace Microsoft.MixedReality.Toolkit.Experimental.Physics
13
/// Elastics will continue simulating once manipulation ends through it's update function -
14
/// to block the elastics auto update set EnableElasticsUpdate to false.
15
/// </summary>
16
- [HelpURL("https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Elastics/ElasticSystem.html")]
+ [HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/experimental/elastic-system")]
17
[AddComponentMenu("Scripts/MRTK/SDK/Experimental/Elastics Manager")]
18
public class ElasticsManager : MonoBehaviour
19
{
0 commit comments