C# Class UnityEditor.Graphs.AnimationStateMachine.AnimatorStateTransitionInspector

Inheritance: AnimatorTransitionInspectorBase
显示文件 Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_AnyStateSourceIndex int
m_CanTransitionToSelf UnityEditor.SerializedProperty
m_DstStateIndex int
m_DstStateMachines HashSet
m_DstStates List
m_Duration UnityEditor.SerializedProperty
m_ExitTime UnityEditor.SerializedProperty
m_HasExitTime UnityEditor.SerializedProperty
m_HasFixedDuration UnityEditor.SerializedProperty
m_InterruptionSource UnityEditor.SerializedProperty
m_InvalidTransitionMessage string
m_Offset UnityEditor.SerializedProperty
m_OrderedInterruption UnityEditor.SerializedProperty
m_ShowSettings bool
m_TransitionPreview UnityEditor.TransitionPreview

Public Methods

Method Description
HasPreviewGUI ( ) : bool
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Protected Methods

Method Description
ControllerDirty ( ) : void
DoErrorAndWarning ( ) : void
DoPreview ( ) : void
GetSourceState ( int index ) : AnimatorState
InitSerializedProperties ( ) : void
IsPreviewable ( ) : bool
SetTransitionToInspect ( AnimatorTransitionBase transition ) : void

Private Methods

Method Description
BuildDestinationStatesRecursive ( AnimatorTransitionBase transition, AnimatorStateMachine rootStateMachine, AnimatorStateMachine currentStateMachine ) : void
Init ( ) : void

Method Details

ControllerDirty() protected method

protected ControllerDirty ( ) : void
return void

DoErrorAndWarning() protected method

protected DoErrorAndWarning ( ) : void
return void

DoPreview() protected method

protected DoPreview ( ) : void
return void

GetSourceState() protected method

protected GetSourceState ( int index ) : AnimatorState
index int
return AnimatorState

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

InitSerializedProperties() protected method

protected InitSerializedProperties ( ) : void
return void

IsPreviewable() protected method

protected IsPreviewable ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInteractivePreviewGUI() public method

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
return void

OnPreviewSettings() public method

public OnPreviewSettings ( ) : void
return void

SetTransitionToInspect() protected method

protected SetTransitionToInspect ( AnimatorTransitionBase transition ) : void
transition UnityEditor.Animations.AnimatorTransitionBase
return void

Property Details

m_AnyStateSourceIndex protected_oe property

protected int m_AnyStateSourceIndex
return int

m_CanTransitionToSelf protected_oe property

protected SerializedProperty,UnityEditor m_CanTransitionToSelf
return UnityEditor.SerializedProperty

m_DstStateIndex protected_oe property

protected int m_DstStateIndex
return int

m_DstStateMachines protected_oe property

protected HashSet m_DstStateMachines
return HashSet

m_DstStates protected_oe property

protected List m_DstStates
return List

m_Duration protected_oe property

protected SerializedProperty,UnityEditor m_Duration
return UnityEditor.SerializedProperty

m_ExitTime protected_oe property

protected SerializedProperty,UnityEditor m_ExitTime
return UnityEditor.SerializedProperty

m_HasExitTime protected_oe property

protected SerializedProperty,UnityEditor m_HasExitTime
return UnityEditor.SerializedProperty

m_HasFixedDuration protected_oe property

protected SerializedProperty,UnityEditor m_HasFixedDuration
return UnityEditor.SerializedProperty

m_InterruptionSource protected_oe property

protected SerializedProperty,UnityEditor m_InterruptionSource
return UnityEditor.SerializedProperty

m_InvalidTransitionMessage protected_oe property

protected string m_InvalidTransitionMessage
return string

m_Offset protected_oe property

protected SerializedProperty,UnityEditor m_Offset
return UnityEditor.SerializedProperty

m_OrderedInterruption protected_oe property

protected SerializedProperty,UnityEditor m_OrderedInterruption
return UnityEditor.SerializedProperty

m_ShowSettings protected_oe static_oe property

protected static bool m_ShowSettings
return bool

m_TransitionPreview protected_oe property

protected TransitionPreview,UnityEditor m_TransitionPreview
return UnityEditor.TransitionPreview