Inheritance
DeviceBasedSnapTurnProviderEditor
public class DeviceBasedSnapTurnProviderEditor : BaseInteractionEditor
Fields
Declaration
protected SerializedProperty m_Controllers
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_DeadZone
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_DebounceTime
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_EnableTurnAround
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_EnableTurnLeftRight
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_System
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_TurnAmount
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_TurnUsage
Field Value
Type |
Description |
SerializedProperty |
|
Methods
This method is automatically called by DrawInspector() to
draw the section of the custom inspector before DrawProperties().
By default, this draws the read-only Script property.
Declaration
protected virtual void DrawBeforeProperties()
This method is automatically called by OnInspectorGUI() to
draw the custom inspector. Override this method to customize the
inspector as a whole.
Declaration
protected override void DrawInspector()
Overrides
This method is automatically called by DrawInspector() to
draw the property fields. Override this method to customize the
properties shown in the Inspector. This is typically the method overridden
when a derived behavior adds additional serialized properties
that should be displayed in the Inspector.
Declaration
protected virtual void DrawProperties()
Declaration
protected void OnEnable()