Skip to content

Commit 6ef4b42

Browse files
committed
Added comments to ProfileCloneBehavior
1 parent bff19cc commit 6ef4b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/MixedRealityProfileCloneWindow.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ public class MixedRealityProfileCloneWindow : EditorWindow
1111
{
1212
public enum ProfileCloneBehavior
1313
{
14-
UseExisting,
15-
CloneExisting,
16-
UseSubstitution,
17-
LeaveEmpty,
14+
UseExisting, // Use the existing reference
15+
CloneExisting, // Create a clone of the sub-profile
16+
UseSubstitution, // Manually select a profile
17+
LeaveEmpty, // Set the reference to null
1818
}
1919

2020
private struct SubProfileAction

0 commit comments

Comments
 (0)