C# Class Spine.Unity.Editor.BoundingBoxFollowerInspector

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

Private Properties

Property Type Description
AddBoundingBoxFollowerChild UnityEngine.GameObject
AddBoundingBoxFollowerChild void
OnEnable void

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
AddBoundingBoxFollowerChild ( SkeletonRenderer sr, BoundingBoxFollower original = null ) : GameObject
AddBoundingBoxFollowerChild ( MenuCommand command ) : void
OnEnable ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void