Skip to content

Commit

Permalink
renaming the inspector to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
RogPodge committed Jan 17, 2023
1 parent c9401e6 commit c5dfe63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.MixedReality.Toolkit.SpatialManipulation.Editor
/// </summary>
[CustomEditor(typeof(NewObjectManipulator))]
[CanEditMultipleObjects]
public class NewObjectManipulatorInspector : StatefulInteractableInspector
public class NewObjectManipulatorEditor : StatefulInteractableEditor
{
private NewObjectManipulator instance;
private SerializedProperty allowedManipulations;
Expand Down Expand Up @@ -47,7 +47,7 @@ protected override void OnEnable()
// Physics
releaseBehavior = SetUpProperty(nameof(releaseBehavior));

//Smoothing
// Smoothing
smoothingFar = SetUpProperty(nameof(smoothingFar));
smoothingNear = SetUpProperty(nameof(smoothingNear));

Expand Down

0 comments on commit c5dfe63

Please sign in to comment.