Skip to content

Commit 90d3c6a

Browse files
authored
Update unity-path-tools.ts
1 parent bfcfb49 commit 90d3c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/unity-path-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class UnityPathTools {
2525

2626
/**
2727
* Gets the path to the Unity editors folder depending on the process platform.
28-
* @param mode Path lookup mode: default or specify.
28+
* @param mode Path lookup mode: default, environmentVariable or specify.
2929
* @param customPath Contains the custom path specified by the user, if custom path mode selected.
3030
*/
3131
public static getUnityEditorsPath(mode: string, customPath: string | null | undefined = null): string {

0 commit comments

Comments
 (0)