C# Class Spine.Unity.Editor.SkeletonAnimationInspector

Inheritance: SkeletonRendererInspector
Mostrar archivo Open project: EsotericSoftware/spine-runtimes

Protected Properties

Property Type Description
animationName UnityEditor.SerializedProperty
requireRepaint bool
wasAnimationNameChanged bool

Protected Methods

Method Description
DrawInspectorGUI ( bool multi ) : void
OnEnable ( ) : void
TrySetAnimation ( Object o, bool multi ) : void

Method Details

DrawInspectorGUI() protected method

protected DrawInspectorGUI ( bool multi ) : void
multi bool
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

TrySetAnimation() protected method

protected TrySetAnimation ( Object o, bool multi ) : void
o Object
multi bool
return void

Property Details

animationName protected_oe property

protected SerializedProperty,UnityEditor animationName
return UnityEditor.SerializedProperty

requireRepaint protected_oe property

protected bool requireRepaint
return bool

wasAnimationNameChanged protected_oe property

protected bool wasAnimationNameChanged
return bool