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 67df711 commit 8fa0a3dCopy full SHA for 8fa0a3d
UnitySetup/UnitySetup.psm1
@@ -194,6 +194,8 @@ class UnityVersion : System.IComparable {
194
Easy way to determine the current operating system platform being executed on.
195
.DESCRIPTION
196
Determine which operating system that's executing the script for things like path variants.
197
+.OUTPUTS
198
+ Get-OperatingSystem returns a [OperatingSystem] enumeration based off the Powershell platform being run on.
199
.EXAMPLE
200
$OS = Get-OperatingSystem
201
0 commit comments