File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Assets/JCSUnity/Scripts/Util
docs/ScriptReference/Util Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212namespace JCSUnity
1313{
1414 /// <summary>
15- /// Wrapper for .NET module `Path` .
15+ /// The utility module for handling path issues .
1616 /// </summary>
1717 public static class JCS_Path
1818 {
Original file line number Diff line number Diff line change 11# JCS_Path
22
3- Wrapper for .NET module ` Path ` .
3+ The utility module for handling path issues .
44
5- | Name | Description |
6- | :------------| :----------------------------------------------------------|
7- | PathCombine | Safe way to combine multiple path to one path with slash. |
5+ | Name | Description |
6+ | :----------| :----------------------------------------------------------|
7+ | Normalize | Return the normalized path. |
8+ | Combine | Safe way to combine multiple path to one path with slash. |
9+ | ToAsset | Convert a path to asset compatible path. |
You can’t perform that action at this time.
0 commit comments