예제 #1
0
 /// <summary>
 ///     Draws the content.
 /// </summary>
 /// <param name="position">Position.</param>
 protected override void DrawContent(Rect position)
 {
     HydraEditorUtils.DrawUnindented(
         () =>
         HydraEditorUtils.AxisInputField(position, GUIContent.none, m_InputProperty, HydraEditorGUIStyles.enumStyle));
 }