MRTKSettings.SetProfileForBuildTarget(BuildTargetGroup, MRTKProfile) Method
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.
Associates a profile with the specified build target group.
C#
public void SetProfileForBuildTarget (UnityEditor.BuildTargetGroup targetGroup, MixedReality.Toolkit.MRTKProfile profile);
member this.SetProfileForBuildTarget : UnityEditor.BuildTargetGroup * MixedReality.Toolkit.MRTKProfile -> unit
Public Sub SetProfileForBuildTarget (targetGroup As BuildTargetGroup, profile As MRTKProfile)
- targetGroup
- UnityEditor.BuildTargetGroup
An enum specifying which platform group this build is for.
- profile
- MRTKProfile
An instance of MRTKProfile to assign for the given key.
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |