Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Unity5.5をサポート
Browse files Browse the repository at this point in the history
  • Loading branch information
anchan828 committed Nov 16, 2016
1 parent c2512f8 commit fa42ca7
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Angle/AngleAttribute.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public override void OnGUI(Rect position, SerializedProperty property, GUIConten

private float Knob(Rect position, Vector2 knobSize, float currentValue, float start, float end, string unit, Color backgroundColor, Color activeColor, bool showValue)
{
var invoke = knobMethodInfo.Invoke(null, new object[] { position, knobSize, currentValue, start, end, unit, backgroundColor, activeColor, showValue, GUIUtility.GetControlID("Knob".GetHashCode(), FocusType.Native, position) });
var invoke = knobMethodInfo.Invoke(null, new object[] { position, knobSize, currentValue, start, end, unit, backgroundColor, activeColor, showValue, GUIUtility.GetControlID("Knob".GetHashCode(), FocusType.Passive, position) });
return (float)(invoke ?? 0);
}

Expand Down
Empty file modified Angle/AngleExample.cs
100644 → 100755
Empty file.
Empty file modified Angle/README.md
100644 → 100755
Empty file.
Empty file modified AnimatorParameter/AnimatorParameterAttribute.cs
100644 → 100755
Empty file.
Empty file modified AnimatorParameter/AnimatorParameterExample.cs
100644 → 100755
Empty file.
Empty file modified AnimatorParameter/New Animator Controller.controller
100644 → 100755
Empty file.
Empty file modified AnimatorParameter/README.md
100644 → 100755
Empty file.
Empty file modified Disable/DisableAttribute.cs
100644 → 100755
Empty file.
Empty file modified Disable/DisableExample.cs
100644 → 100755
Empty file.
Empty file modified Disable/README.md
100644 → 100755
Empty file.
Empty file modified EnumLabel/EnumLabelAttribute.cs
100644 → 100755
Empty file.
Empty file modified EnumLabel/EnumLabelExample.cs
100644 → 100755
Empty file.
Empty file modified EnumLabel/README.md
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Binary file modified LabelSearch/LabelSearchAttribute.cs
100644 → 100755
Binary file not shown.
Empty file modified LabelSearch/LabelSearchExample.cs
100644 → 100755
Empty file.
Empty file modified LabelSearch/README.md
100644 → 100755
Empty file.
Empty file modified Observe/ObserveAttribute.cs
100644 → 100755
Empty file.
Empty file modified Observe/ObserveExample.cs
100644 → 100755
Empty file.
Empty file modified Observe/README.md
100644 → 100755
Empty file.
Empty file modified Password/PasswordAttribute.cs
100644 → 100755
Empty file.
Empty file modified Password/PasswordExample.cs
100644 → 100755
Empty file.
Empty file modified Password/README.md
100644 → 100755
Empty file.
Empty file modified Popup/PopupAttribute.cs
100644 → 100755
Empty file.
Empty file modified Popup/PopupExample.cs
100644 → 100755
Empty file.
Empty file modified Popup/README.md
100644 → 100755
Empty file.
Empty file modified PreviewTexture/PreviewTextureAttribute.cs
100644 → 100755
Empty file.
Empty file modified PreviewTexture/PreviewTextureExample.cs
100644 → 100755
Empty file.
Empty file modified PreviewTexture/README.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified SceneName/README.md
100644 → 100755
Empty file.
Empty file modified SceneName/SceneNameAttribute.cs
100644 → 100755
Empty file.
Empty file modified SceneName/SceneNameExample.cs
100644 → 100755
Empty file.
Empty file modified SelectableLabel/README.md
100644 → 100755
Empty file.
Empty file modified SelectableLabel/SelectableLabelAttribute.cs
100644 → 100755
Empty file.
Empty file modified SelectableLabel/SelectableLabelExample.cs
100644 → 100755
Empty file.

0 comments on commit fa42ca7

Please sign in to comment.