Skip to content

Commit

Permalink
Update documentation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLChnToZ committed Dec 1, 2024
1 parent 9fe8a31 commit 120891a
Show file tree
Hide file tree
Showing 19 changed files with 1,190 additions and 1,178 deletions.
2 changes: 1 addition & 1 deletion Packages/idv.jlchntoz.vvmw/Runtime/VVMW/AutoPlayOnNear.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace JLChnToZ.VRC.VVMW {
/// </summary>
[UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)]
[AddComponentMenu("VizVid/Components/Auto Play On Near")]
[HelpURL("https://github.com/JLChnToZ/VVMW/blob/main/Packages/idv.jlchntoz.vvmw/README.md#how-to-setup-auto-plays-when-a-user-goes-nearby")]
[HelpURL("https://xtlcdn.github.io/VizVid/docs/#how-to-setup-auto-plays-when-a-user-goes-nearby")]
public class AutoPlayOnNear : VizVidBehaviour {
[SerializeField, Locatable, LocalizedLabel(Key = "VVMW.Handler")] FrontendHandler handler;
[SerializeField, LocalizedLabel] float distance = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace JLChnToZ.VRC.VVMW {
[UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)]
[AddComponentMenu("VizVid/Components/BGM Volume Control")]
[RequireComponent(typeof(AudioSource))]
[HelpURL("https://github.com/JLChnToZ/VVMW/blob/main/Packages/idv.jlchntoz.vvmw/README.md#how-to-make-background-music-fade-out-when-video-is-playing")]
[HelpURL("https://xtlcdn.github.io/VizVid/docs/#how-to-make-background-music-fade-out-when-video-is-playing")]
public class BGMVolumeControl : VizVidBehaviour {
AudioSource audioSource;
[LocalizedLabel(Key = "JLChnToZ.VRC.VVMW.Core")]
Expand Down
Loading

0 comments on commit 120891a

Please sign in to comment.