C# Class TPSpriteAnimationEditor

Inheritance: TPBaseAnimationEditor
ファイルを表示 Open project: macgyver13/globalgamejam2016

Protected Properties

Property Type Description
_GizmosColor UnityEditor.SerializedProperty

Public Methods

Method Description
OnEnable ( ) : void
OnInspectorGUI ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

_GizmosColor protected_oe property

protected SerializedProperty,UnityEditor _GizmosColor
return UnityEditor.SerializedProperty