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 bff19cc commit 6ef4b42Copy full SHA for 6ef4b42
Assets/MixedRealityToolkit/Inspectors/Profiles/MixedRealityProfileCloneWindow.cs
@@ -11,10 +11,10 @@ public class MixedRealityProfileCloneWindow : EditorWindow
11
{
12
public enum ProfileCloneBehavior
13
14
- UseExisting,
15
- CloneExisting,
16
- UseSubstitution,
17
- LeaveEmpty,
+ UseExisting, // Use the existing reference
+ CloneExisting, // Create a clone of the sub-profile
+ UseSubstitution, // Manually select a profile
+ LeaveEmpty, // Set the reference to null
18
}
19
20
private struct SubProfileAction
0 commit comments