UnityProjectInfo(IEnumerable<CompilationPlatformInfo>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
UnityProjectInfo(System::Collections::Generic::IEnumerable<Microsoft::MixedReality::Toolkit::MSBuild::CompilationPlatformInfo ^> ^ availablePlatforms, System::String ^ projectOutputPath);
public UnityProjectInfo (System.Collections.Generic.IEnumerable<Microsoft.MixedReality.Toolkit.MSBuild.CompilationPlatformInfo> availablePlatforms, string projectOutputPath);
new Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo : seq<Microsoft.MixedReality.Toolkit.MSBuild.CompilationPlatformInfo> * string -> Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo
Public Sub New (availablePlatforms As IEnumerable(Of CompilationPlatformInfo), projectOutputPath As String)
Parameters
- availablePlatforms
- IEnumerable<CompilationPlatformInfo>
- projectOutputPath
- String