C# Class Spine.Unity.Editor.BoneFollowerInspector

Inheritance: UnityEditor.Editor
Mostrar archivo Open project: 5argon/spine-unity-upm Class Usage Examples

Public Methods

Method Description
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Private Methods

Method Description
AddBoneFollowerGameObject ( MenuCommand cmd ) : void
AutonameGameObject ( BoneFollower boneFollower ) : void
OnEnable ( ) : void
RecommendRigidbodyButton ( Component component ) : void
RenameGameObject ( MenuCommand cmd ) : void
ValidateAddBoneFollowerGameObject ( MenuCommand cmd ) : bool

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

public OnSceneGUI ( ) : void
return void