C# Class Spine.Unity.Editor.SkeletonRendererInspector

Inheritance: UnityEditor.Editor
Mostrar archivo Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Protected Properties

Property Type Description
NormalsLabel UnityEngine.GUIContent
PMAVertexColorsLabel UnityEngine.GUIContent
SkeletonDataAssetLabel UnityEngine.GUIContent
advancedFoldout bool
isInspectingPrefab bool
showBoneNames bool
skeletonDataAsset UnityEditor.SerializedProperty
sortingProperties SpineInspectorUtility.SerializedSortingProperties

Public Methods

Method Description
DrawSkeletonUtilityButton ( bool multi ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void
ReapplySeparatorSlotNames ( SkeletonRenderer skeletonRenderer ) : void
SeparatorsField ( UnityEditor.SerializedProperty separatorSlotNames ) : void

Protected Methods

Method Description
DrawInspectorGUI ( bool multi ) : void
OnEnable ( ) : void

Method Details

DrawInspectorGUI() protected method

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

DrawSkeletonUtilityButton() public method

public DrawSkeletonUtilityButton ( bool multi ) : void
multi bool
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

public OnSceneGUI ( ) : void
return void

ReapplySeparatorSlotNames() public static method

public static ReapplySeparatorSlotNames ( SkeletonRenderer skeletonRenderer ) : void
skeletonRenderer SkeletonRenderer
return void

SeparatorsField() public static method

public static SeparatorsField ( UnityEditor.SerializedProperty separatorSlotNames ) : void
separatorSlotNames UnityEditor.SerializedProperty
return void

Property Details

NormalsLabel protected_oe property

protected GUIContent,UnityEngine NormalsLabel
return UnityEngine.GUIContent

PMAVertexColorsLabel protected_oe property

protected GUIContent,UnityEngine PMAVertexColorsLabel
return UnityEngine.GUIContent

SkeletonDataAssetLabel protected_oe property

protected GUIContent,UnityEngine SkeletonDataAssetLabel
return UnityEngine.GUIContent

advancedFoldout protected_oe static_oe property

protected static bool advancedFoldout
return bool

isInspectingPrefab protected_oe property

protected bool isInspectingPrefab
return bool

showBoneNames protected_oe static_oe property

protected static bool showBoneNames
return bool

skeletonDataAsset protected_oe property

protected SerializedProperty,UnityEditor skeletonDataAsset
return UnityEditor.SerializedProperty

sortingProperties protected_oe property

protected SpineInspectorUtility.SerializedSortingProperties,Spine.Unity.Editor sortingProperties
return SpineInspectorUtility.SerializedSortingProperties