C# Class ReferenceCollectorEditor, Egametang

Inheritance: Editor
Show file Open project: egametang/Egametang

Private Properties

Property Type Description
AddReference void
DelNullReference void
OnEnable void

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
AddReference ( UnityEditor.SerializedProperty dataProperty, string key, UnityEngine obj ) : void
DelNullReference ( ) : void
OnEnable ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void