C# Class Spine.Unity.Editor.SkeletonAnimationInspector

Inheritance: SkeletonRendererInspector
Show file 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 property

protected SerializedProperty,UnityEditor animationName
return UnityEditor.SerializedProperty

requireRepaint protected property

protected bool requireRepaint
return bool

wasAnimationNameChanged protected property

protected bool wasAnimationNameChanged
return bool