C# Class TouchScript.Editor.Gestures.GestureEditor

Inheritance: UnityEditor.Editor
显示文件 Open project: TouchScript/TouchScript

Protected Properties

Property Type Description
shouldDrawCombineTouches bool

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void
drawAdvanced ( ) : void
drawCombineTouches ( ) : void
drawDebug ( ) : void
drawFriendlyGestures ( ) : void
drawLimitTouches ( ) : void
drawRequireToFail ( ) : void
drawSendMessage ( ) : void

Private Methods

Method Description
addFriendlyGesture ( UnityEditor.SerializedProperty prop, TouchScript.Gestures.Gesture value ) : void
drawGestureList ( UnityEditor.SerializedProperty prop, Gesture>.Action addGesture ) : void
removeFriendlyGestureAt ( UnityEditor.SerializedProperty prop, int index ) : TouchScript.Gestures.Gesture
removeFromArray ( UnityEditor.SerializedProperty array, int index ) : void

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

drawAdvanced() protected method

protected drawAdvanced ( ) : void
return void

drawCombineTouches() protected method

protected drawCombineTouches ( ) : void
return void

drawDebug() protected method

protected drawDebug ( ) : void
return void

drawFriendlyGestures() protected method

protected drawFriendlyGestures ( ) : void
return void

drawLimitTouches() protected method

protected drawLimitTouches ( ) : void
return void

drawRequireToFail() protected method

protected drawRequireToFail ( ) : void
return void

drawSendMessage() protected method

protected drawSendMessage ( ) : void
return void

Property Details

shouldDrawCombineTouches protected_oe property

protected bool shouldDrawCombineTouches
return bool