Enum SlashMode
Describes the different kinds of path separators that can be used when converting NPaths back into strings.
Namespace: NiceIO.Sysroot
Assembly: Unity.SysrootPackage.Editor.dll
Syntax
public enum SlashMode
Fields
| Name | Description |
|---|---|
| Backward | Use backslashes as path separators. |
| Forward | Use forward slashes as path separators. |
| Native | Use the slash mode that is native for the current platform - backslashes on Windows, forward slashes on macOS and Linux systems. |