C# Class Spine.Unity.Editor.SkeletonAnimationInspector

Inheritance: SkeletonRendererInspector
Afficher le fichier Open project: EsotericSoftware/spine-runtimes

Protected Properties

Свойство Type Description
animationName UnityEditor.SerializedProperty
requireRepaint bool
wasAnimationNameChanged bool

Méthodes protégées

Méthode Description
DrawInspectorGUI ( bool multi ) : void
OnEnable ( ) : void
TrySetAnimation ( Object o, bool multi ) : void

Method Details

DrawInspectorGUI() protected méthode

protected DrawInspectorGUI ( bool multi ) : void
multi bool
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

TrySetAnimation() protected méthode

protected TrySetAnimation ( Object o, bool multi ) : void
o Object
multi bool
Résultat void

Property Details

animationName protected_oe property

protected SerializedProperty,UnityEditor animationName
Résultat UnityEditor.SerializedProperty

requireRepaint protected_oe property

protected bool requireRepaint
Résultat bool

wasAnimationNameChanged protected_oe property

protected bool wasAnimationNameChanged
Résultat bool